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 Summary
Modifier and TypeMethodDescriptiongetReady()
hasReady()
withServing
(Boolean serving) withTerminating
(Boolean terminating)
-
Method Details
-
getReady
Boolean getReady() -
withReady
-
hasReady
Boolean hasReady() -
getServing
Boolean getServing() -
withServing
-
hasServing
Boolean hasServing() -
getTerminating
Boolean getTerminating() -
withTerminating
-
hasTerminating
Boolean hasTerminating() -
withReady
A withReady() -
withServing
A withServing() -
withTerminating
A withTerminating()
-