Class GatherStatusFluent<A extends GatherStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.GatherStatusFluent<A>
-
- Direct Known Subclasses:
GatherStatusBuilder,InsightsOperatorStatusFluent.GatherStatusNested
public class GatherStatusFluent<A extends GatherStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGatherStatusFluent.GatherersNested<N>
-
Constructor Summary
Constructors Constructor Description GatherStatusFluent()GatherStatusFluent(GatherStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
GatherStatusFluent
public GatherStatusFluent()
-
GatherStatusFluent
public GatherStatusFluent(GatherStatus instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GatherStatus instance)
-
addToGatherers
public A addToGatherers(int index, GathererStatus item)
-
setToGatherers
public A setToGatherers(int index, GathererStatus item)
-
addToGatherers
public A addToGatherers(GathererStatus... items)
-
addAllToGatherers
public A addAllToGatherers(Collection<GathererStatus> items)
-
removeFromGatherers
public A removeFromGatherers(GathererStatus... items)
-
removeAllFromGatherers
public A removeAllFromGatherers(Collection<GathererStatus> items)
-
removeMatchingFromGatherers
public A removeMatchingFromGatherers(Predicate<GathererStatusBuilder> predicate)
-
buildGatherers
public List<GathererStatus> buildGatherers()
-
buildGatherer
public GathererStatus buildGatherer(int index)
-
buildFirstGatherer
public GathererStatus buildFirstGatherer()
-
buildLastGatherer
public GathererStatus buildLastGatherer()
-
buildMatchingGatherer
public GathererStatus buildMatchingGatherer(Predicate<GathererStatusBuilder> predicate)
-
hasMatchingGatherer
public boolean hasMatchingGatherer(Predicate<GathererStatusBuilder> predicate)
-
withGatherers
public A withGatherers(List<GathererStatus> gatherers)
-
withGatherers
public A withGatherers(GathererStatus... gatherers)
-
hasGatherers
public boolean hasGatherers()
-
addNewGatherer
public GatherStatusFluent.GatherersNested<A> addNewGatherer()
-
addNewGathererLike
public GatherStatusFluent.GatherersNested<A> addNewGathererLike(GathererStatus item)
-
setNewGathererLike
public GatherStatusFluent.GatherersNested<A> setNewGathererLike(int index, GathererStatus item)
-
editGatherer
public GatherStatusFluent.GatherersNested<A> editGatherer(int index)
-
editFirstGatherer
public GatherStatusFluent.GatherersNested<A> editFirstGatherer()
-
editLastGatherer
public GatherStatusFluent.GatherersNested<A> editLastGatherer()
-
editMatchingGatherer
public GatherStatusFluent.GatherersNested<A> editMatchingGatherer(Predicate<GathererStatusBuilder> predicate)
-
getLastGatherDuration
public String getLastGatherDuration()
-
hasLastGatherDuration
public boolean hasLastGatherDuration()
-
getLastGatherTime
public String getLastGatherTime()
-
hasLastGatherTime
public boolean hasLastGatherTime()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GatherStatusFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GatherStatusFluent<A>>
-
-