Class 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.
    • Constructor Detail

      • IoK8sApiCoreV1NodeCondition

        public IoK8sApiCoreV1NodeCondition()
    • Method Detail

      • 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)
      • 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)
      • getMessage

        @Nullable
        public String getMessage()
        Human readable message indicating details about last transition.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • getReason

        @Nullable
        public String getReason()
        (brief) reason for the condition's last transition.
        Returns:
        reason
      • setReason

        public void setReason​(String reason)
      • getStatus

        public String getStatus()
        Status of the condition, one of True, False, Unknown.
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
      • getType

        public String getType()
        Type of node condition.
        Returns:
        type
      • setType

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object