Class V1SleepAction
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1SleepAction
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1SleepAction
extends Object
SleepAction describes a \"sleep\" action.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Seconds is the number of seconds to sleep.int
hashCode()
Set seconds in a chainable fashion.void
setSeconds
(Long seconds) Set the seconds property valuetoString()
-
Field Details
-
JSON_PROPERTY_SECONDS
- See Also:
-
-
Constructor Details
-
V1SleepAction
-
-
Method Details
-
getSeconds
Seconds is the number of seconds to sleep.- Returns:
- the seconds property value
-
setSeconds
Set the seconds property value- Parameters:
seconds
- property value to set
-
seconds
Set seconds in a chainable fashion.- Returns:
- The same instance of V1SleepAction for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-