Class IoK8sApiBatchV1JobCondition


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]")
    public class IoK8sApiBatchV1JobCondition
    extends Object
    JobCondition describes current state of a job.
    • Constructor Detail

      • IoK8sApiBatchV1JobCondition

        public IoK8sApiBatchV1JobCondition()
    • Method Detail

      • getLastProbeTime

        @Nullable
        public OffsetDateTime getLastProbeTime()
        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:
        lastProbeTime
      • setLastProbeTime

        public void setLastProbeTime​(OffsetDateTime lastProbeTime)
      • 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 job condition, Complete or Failed.
        Returns:
        type
      • setType

        public void setType​(String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object