Interface JobConditionFluent<A extends JobConditionFluent<A>>

    • Method Detail

      • getLastProbeTime

        String getLastProbeTime()
      • withLastProbeTime

        A withLastProbeTime​(String lastProbeTime)
      • hasLastProbeTime

        Boolean hasLastProbeTime()
      • withNewLastProbeTime

        A withNewLastProbeTime​(String arg1)
      • withNewLastProbeTime

        A withNewLastProbeTime​(StringBuilder arg1)
      • withNewLastProbeTime

        A withNewLastProbeTime​(StringBuffer arg1)
      • getLastTransitionTime

        String getLastTransitionTime()
      • withLastTransitionTime

        A withLastTransitionTime​(String lastTransitionTime)
      • hasLastTransitionTime

        Boolean hasLastTransitionTime()
      • withNewLastTransitionTime

        A withNewLastTransitionTime​(String arg1)
      • withNewLastTransitionTime

        A withNewLastTransitionTime​(StringBuilder arg1)
      • withNewLastTransitionTime

        A withNewLastTransitionTime​(StringBuffer arg1)
      • getMessage

        String getMessage()
      • withMessage

        A withMessage​(String message)
      • withNewMessage

        A withNewMessage​(String arg1)
      • getReason

        String getReason()
      • withReason

        A withReason​(String reason)
      • withNewReason

        A withNewReason​(String arg1)
      • getStatus

        String getStatus()
      • withStatus

        A withStatus​(String status)
      • withNewStatus

        A withNewStatus​(String arg1)
      • withType

        A withType​(String type)
      • withNewType

        A withNewType​(String arg1)