Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1ComponentCondition
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1ComponentCondition
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1ComponentCondition extends Object
Information about the condition of a component.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ERRORstatic StringJSON_PROPERTY_MESSAGEstatic StringJSON_PROPERTY_STATUSstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1ComponentCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IoK8sApiCoreV1ComponentConditionerror(String error)StringgetError()Condition error code for a component.StringgetMessage()Message about the condition for a component.StringgetStatus()Status of the condition for a component.StringgetType()Type of condition for a component.inthashCode()IoK8sApiCoreV1ComponentConditionmessage(String message)voidsetError(String error)voidsetMessage(String message)voidsetStatus(String status)voidsetType(String type)IoK8sApiCoreV1ComponentConditionstatus(String status)StringtoString()IoK8sApiCoreV1ComponentConditiontype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_ERROR
public static final String JSON_PROPERTY_ERROR
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_STATUS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
error
public IoK8sApiCoreV1ComponentCondition error(String error)
-
getError
@Nullable public String getError()
Condition error code for a component. For example, a health check error code.- Returns:
- error
-
setError
public void setError(String error)
-
message
public IoK8sApiCoreV1ComponentCondition message(String message)
-
getMessage
@Nullable public String getMessage()
Message about the condition for a component. For example, information about a health check.- Returns:
- message
-
setMessage
public void setMessage(String message)
-
status
public IoK8sApiCoreV1ComponentCondition status(String status)
-
getStatus
public String getStatus()
Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\".- Returns:
- status
-
setStatus
public void setStatus(String status)
-
type
public IoK8sApiCoreV1ComponentCondition type(String type)
-
getType
public String getType()
Type of condition for a component. Valid value: \"Healthy\"- Returns:
- type
-
setType
public void setType(String type)
-
-