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