Package net.stickycode.kuuty.model.v18
Class IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition extends Object
FlowSchemaCondition describes conditions for a FlowSchema.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LAST_TRANSITION_TIMEstatic StringJSON_PROPERTY_MESSAGEstatic StringJSON_PROPERTY_REASONstatic StringJSON_PROPERTY_STATUSstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)OffsetDateTimegetLastTransitionTime()Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON.StringgetMessage()`message` is a human-readable message indicating details about last transition.StringgetReason()`reason` is a unique, one-word, CamelCase reason for the condition's last transition.StringgetStatus()`status` is the status of the condition.StringgetType()`type` is the type of the condition.inthashCode()IoK8sApiFlowcontrolV1alpha1FlowSchemaConditionlastTransitionTime(OffsetDateTime lastTransitionTime)IoK8sApiFlowcontrolV1alpha1FlowSchemaConditionmessage(String message)IoK8sApiFlowcontrolV1alpha1FlowSchemaConditionreason(String reason)voidsetLastTransitionTime(OffsetDateTime lastTransitionTime)voidsetMessage(String message)voidsetReason(String reason)voidsetStatus(String status)voidsetType(String type)IoK8sApiFlowcontrolV1alpha1FlowSchemaConditionstatus(String status)StringtoString()IoK8sApiFlowcontrolV1alpha1FlowSchemaConditiontype(String type)
-
-
-
Field Detail
-
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
-
lastTransitionTime
public IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition 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 IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition message(String message)
-
getMessage
@Nullable public String getMessage()
`message` is a human-readable message indicating details about last transition.- Returns:
- message
-
setMessage
public void setMessage(String message)
-
reason
public IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition reason(String reason)
-
getReason
@Nullable public String getReason()
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.- Returns:
- reason
-
setReason
public void setReason(String reason)
-
status
public IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition status(String status)
-
getStatus
@Nullable public String getStatus()
`status` is the status of the condition. Can be True, False, Unknown. Required.- Returns:
- status
-
setStatus
public void setStatus(String status)
-
type
public IoK8sApiFlowcontrolV1alpha1FlowSchemaCondition type(String type)
-
getType
@Nullable public String getType()
`type` is the type of the condition. Required.- Returns:
- type
-
setType
public void setType(String type)
-
-