public interface V1NodeConfigStatusFluent<A extends V1NodeConfigStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1NodeConfigStatusFluent.ActiveNested<N> |
static interface |
V1NodeConfigStatusFluent.AssignedNested<N> |
static interface |
V1NodeConfigStatusFluent.LastKnownGoodNested<N> |
@Deprecated V1NodeConfigSource getActive()
V1NodeConfigSource buildActive()
A withActive(V1NodeConfigSource active)
Boolean hasActive()
V1NodeConfigStatusFluent.ActiveNested<A> withNewActive()
V1NodeConfigStatusFluent.ActiveNested<A> withNewActiveLike(V1NodeConfigSource item)
V1NodeConfigStatusFluent.ActiveNested<A> editActive()
V1NodeConfigStatusFluent.ActiveNested<A> editOrNewActive()
V1NodeConfigStatusFluent.ActiveNested<A> editOrNewActiveLike(V1NodeConfigSource item)
@Deprecated V1NodeConfigSource getAssigned()
V1NodeConfigSource buildAssigned()
A withAssigned(V1NodeConfigSource assigned)
Boolean hasAssigned()
V1NodeConfigStatusFluent.AssignedNested<A> withNewAssigned()
V1NodeConfigStatusFluent.AssignedNested<A> withNewAssignedLike(V1NodeConfigSource item)
V1NodeConfigStatusFluent.AssignedNested<A> editAssigned()
V1NodeConfigStatusFluent.AssignedNested<A> editOrNewAssigned()
V1NodeConfigStatusFluent.AssignedNested<A> editOrNewAssignedLike(V1NodeConfigSource item)
String getError()
Boolean hasError()
A withNewError(StringBuilder arg1)
A withNewError(StringBuffer arg1)
@Deprecated V1NodeConfigSource getLastKnownGood()
V1NodeConfigSource buildLastKnownGood()
A withLastKnownGood(V1NodeConfigSource lastKnownGood)
Boolean hasLastKnownGood()
V1NodeConfigStatusFluent.LastKnownGoodNested<A> withNewLastKnownGood()
V1NodeConfigStatusFluent.LastKnownGoodNested<A> withNewLastKnownGoodLike(V1NodeConfigSource item)
V1NodeConfigStatusFluent.LastKnownGoodNested<A> editLastKnownGood()
V1NodeConfigStatusFluent.LastKnownGoodNested<A> editOrNewLastKnownGood()
V1NodeConfigStatusFluent.LastKnownGoodNested<A> editOrNewLastKnownGoodLike(V1NodeConfigSource item)
Copyright © 2019. All rights reserved.