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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set 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.int
hashCode()
Set message in a chainable fashion.void
Set the error property valuevoid
setMessage
(String message) Set the message property valuevoid
Set the status property valuevoid
Set 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
-
getError
Condition error code for a component. For example, a health check error code.- Returns:
- the error property value
-
setError
Set the error property value -
error
Set error in a chainable fashion.- Returns:
- The same instance of V1ComponentCondition for chaining.
-
getMessage
Message about the condition for a component. For example, information about a health check.- Returns:
- the message property value
-
setMessage
Set the message property value -
message
Set message in a chainable fashion.- Returns:
- The same instance of V1ComponentCondition for chaining.
-
getStatus
Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".- Returns:
- the status property value
-
setStatus
Set the status property value -
status
Set status in a chainable fashion.- Returns:
- The same instance of V1ComponentCondition for chaining.
-
getType
Type of condition for a component. Valid value: \"Healthy\"- Returns:
- the type property value
-
setType
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1ComponentCondition for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-