Class V1ComponentCondition
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ComponentCondition
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ComponentCondition
extends Object
Information about the condition of a component.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanSet error in a chainable fashion.getError()Condition error code for a component.Message about the condition for a component.Status of the condition for a component.getType()Type of condition for a component.inthashCode()Set message in a chainable fashion.voidSet the error property valuevoidsetMessage(String message) Set the message 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_ERROR- See Also:
 
- 
JSON_PROPERTY_MESSAGE- See Also:
 
- 
JSON_PROPERTY_STATUS- See Also:
 
- 
JSON_PROPERTY_TYPE- See Also:
 
 
- 
- 
Constructor Details- 
V1ComponentCondition
 
- 
- 
Method Details- 
getErrorCondition error code for a component. For example, a health check error code.- Returns:
- the error property value
 
- 
setErrorSet the error property value
- 
errorSet error in a chainable fashion.- Returns:
- The same instance of V1ComponentCondition for chaining.
 
- 
getMessageMessage about the condition for a component. For example, information about a health check.- Returns:
- the message property value
 
- 
setMessageSet the message property value
- 
messageSet message in a chainable fashion.- Returns:
- The same instance of V1ComponentCondition for chaining.
 
- 
getStatusStatus of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".- Returns:
- the status property value
 
- 
setStatusSet the status property value
- 
statusSet status in a chainable fashion.- Returns:
- The same instance of V1ComponentCondition for chaining.
 
- 
getTypeType of condition for a component. Valid value: \"Healthy\"- Returns:
- the type property value
 
- 
setTypeSet the type property value
- 
typeSet type in a chainable fashion.- Returns:
- The same instance of V1ComponentCondition for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-