Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1NodeCondition
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1NodeCondition
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1NodeCondition extends Object
NodeCondition contains condition information for a node.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LAST_HEARTBEAT_TIMEstatic StringJSON_PROPERTY_LAST_TRANSITION_TIMEstatic StringJSON_PROPERTY_MESSAGEstatic StringJSON_PROPERTY_REASONstatic StringJSON_PROPERTY_STATUSstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1NodeCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OffsetDateTimegetLastHeartbeatTime()Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.OffsetDateTimegetLastTransitionTime()Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.StringgetMessage()Human readable message indicating details about last transition.StringgetReason()(brief) reason for the condition's last transition.StringgetStatus()Status of the condition, one of True, False, Unknown.StringgetType()Type of node condition.inthashCode()IoK8sApiCoreV1NodeConditionlastHeartbeatTime(OffsetDateTime lastHeartbeatTime)IoK8sApiCoreV1NodeConditionlastTransitionTime(OffsetDateTime lastTransitionTime)IoK8sApiCoreV1NodeConditionmessage(String message)IoK8sApiCoreV1NodeConditionreason(String reason)voidsetLastHeartbeatTime(OffsetDateTime lastHeartbeatTime)voidsetLastTransitionTime(OffsetDateTime lastTransitionTime)voidsetMessage(String message)voidsetReason(String reason)voidsetStatus(String status)voidsetType(String type)IoK8sApiCoreV1NodeConditionstatus(String status)StringtoString()IoK8sApiCoreV1NodeConditiontype(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_LAST_HEARTBEAT_TIME
public static final String JSON_PROPERTY_LAST_HEARTBEAT_TIME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LAST_TRANSITION_TIME
public static final String JSON_PROPERTY_LAST_TRANSITION_TIME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_MESSAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_REASON
public static final String JSON_PROPERTY_REASON
- 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
-
lastHeartbeatTime
public IoK8sApiCoreV1NodeCondition lastHeartbeatTime(OffsetDateTime lastHeartbeatTime)
-
getLastHeartbeatTime
@Nullable public OffsetDateTime getLastHeartbeatTime()
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.- Returns:
- lastHeartbeatTime
-
setLastHeartbeatTime
public void setLastHeartbeatTime(OffsetDateTime lastHeartbeatTime)
-
lastTransitionTime
public IoK8sApiCoreV1NodeCondition lastTransitionTime(OffsetDateTime lastTransitionTime)
-
getLastTransitionTime
@Nullable public OffsetDateTime getLastTransitionTime()
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.- Returns:
- lastTransitionTime
-
setLastTransitionTime
public void setLastTransitionTime(OffsetDateTime lastTransitionTime)
-
message
public IoK8sApiCoreV1NodeCondition message(String message)
-
getMessage
@Nullable public String getMessage()
Human readable message indicating details about last transition.- Returns:
- message
-
setMessage
public void setMessage(String message)
-
reason
public IoK8sApiCoreV1NodeCondition reason(String reason)
-
getReason
@Nullable public String getReason()
(brief) reason for the condition's last transition.- Returns:
- reason
-
setReason
public void setReason(String reason)
-
status
public IoK8sApiCoreV1NodeCondition status(String status)
-
getStatus
public String getStatus()
Status of the condition, one of True, False, Unknown.- Returns:
- status
-
setStatus
public void setStatus(String status)
-
type
public IoK8sApiCoreV1NodeCondition type(String type)
-
getType
public String getType()
Type of node condition.- Returns:
- type
-
setType
public void setType(String type)
-
-