Class AutoShutdown
java.lang.Object
co.yellowdog.platform.model.AutoShutdown
- All Implemented Interfaces:
Serializable
@ValidatedBy(AutoShutdownValidator.class)
public class AutoShutdown
extends Object
implements Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder that can be used to build a new RequirementAllowance. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic AutoShutdown.Builder
builder()
protected boolean
boolean
int
hashCode()
void
setEnabled
(Boolean enabled) void
setTimeout
(Duration timeout) toString()
-
Field Details
-
DISABLED
-
-
Method Details
-
builder
-
getEnabled
-
getTimeout
-
setEnabled
-
setTimeout
-
equals
-
canEqual
-
hashCode
-
toString
-