Class V1alpha1StorageVersionCondition
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1StorageVersionCondition
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha1StorageVersionCondition
extends Object
Describes the state of the storageVersion at a certain point.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionV1alpha1StorageVersionCondition(String message, String reason, String status, String type) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlastTransitionTime is the last time the condition transitioned from one status to another.message is a human readable string indicating details about the transition.observedGeneration represents the .metadata.generation that the condition was set based upon, if field is set.reason for the condition's last transition.status of the condition, one of True, False, Unknown.getType()type of the condition.inthashCode()lastTransitionTime(OffsetDateTime lastTransitionTime) Set lastTransitionTime in a chainable fashion.Set message in a chainable fashion.observedGeneration(Long observedGeneration) Set observedGeneration in a chainable fashion.Set reason in a chainable fashion.voidsetLastTransitionTime(OffsetDateTime lastTransitionTime) Set the lastTransitionTime property valuevoidsetMessage(String message) Set the message property valuevoidsetObservedGeneration(Long observedGeneration) Set the observedGeneration property valuevoidSet the reason property valuevoidSet the status property valuevoidSet the type property valueSet status in a chainable fashion.toString()Set type in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_MESSAGE
- See Also:
-
JSON_PROPERTY_REASON
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LAST_TRANSITION_TIME
- See Also:
-
JSON_PROPERTY_OBSERVED_GENERATION
- See Also:
-
-
Constructor Details
-
V1alpha1StorageVersionCondition
-
-
Method Details
-
getMessage
message is a human readable string indicating details about the transition.- Returns:
- the message property value
-
setMessage
Set the message property value- Parameters:
message- property value to set
-
message
Set message in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionCondition for chaining.
-
getReason
reason for the condition's last transition.- Returns:
- the reason property value
-
setReason
Set the reason property value- Parameters:
reason- property value to set
-
reason
Set reason in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionCondition for chaining.
-
getStatus
status of the condition, one of True, False, Unknown.- Returns:
- the status property value
-
setStatus
Set the status property value- Parameters:
status- property value to set
-
status
Set status in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionCondition for chaining.
-
getType
-
setType
Set the type property value- Parameters:
type- property value to set
-
type
Set type in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionCondition for chaining.
-
getLastTransitionTime
lastTransitionTime is the last time the condition transitioned from one status to another.- Returns:
- the lastTransitionTime property value
-
setLastTransitionTime
Set the lastTransitionTime property value- Parameters:
lastTransitionTime- property value to set
-
lastTransitionTime
Set lastTransitionTime in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionCondition for chaining.
-
getObservedGeneration
observedGeneration represents the .metadata.generation that the condition was set based upon, if field is set.- Returns:
- the observedGeneration property value
-
setObservedGeneration
Set the observedGeneration property value- Parameters:
observedGeneration- property value to set
-
observedGeneration
Set observedGeneration in a chainable fashion.- Returns:
- The same instance of V1alpha1StorageVersionCondition for chaining.
-
equals
-
hashCode
-
toString
-