Interface V1EndpointConditionsFluent<A extends V1EndpointConditionsFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1EndpointFluent.ConditionsNested<N>
All Known Implementing Classes:
V1EndpointConditionsBuilder, V1EndpointConditionsFluentImpl

public interface V1EndpointConditionsFluent<A extends V1EndpointConditionsFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getReady

      Boolean getReady()
    • withReady

      A withReady(Boolean ready)
    • hasReady

      Boolean hasReady()
    • getServing

      Boolean getServing()
    • withServing

      A withServing(Boolean serving)
    • hasServing

      Boolean hasServing()
    • getTerminating

      Boolean getTerminating()
    • withTerminating

      A withTerminating(Boolean terminating)
    • hasTerminating

      Boolean hasTerminating()
    • withReady

      A withReady()
    • withServing

      A withServing()
    • withTerminating

      A withTerminating()