Class ListenerSetStatusFluent<A extends ListenerSetStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ListenerSetStatusFluent<A>
-
- Direct Known Subclasses:
ListenerSetFluent.StatusNested,ListenerSetStatusBuilder
public class ListenerSetStatusFluent<A extends ListenerSetStatusFluent<A>> extends BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classListenerSetStatusFluent.ListenersNested<N>
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description ListenerSetStatusFluent()ListenerSetStatusFluent(ListenerSetStatus instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ListenerSetStatusFluent
public ListenerSetStatusFluent()
-
ListenerSetStatusFluent
public ListenerSetStatusFluent(ListenerSetStatus instance)
-
-
Method Detail
-
addAllToConditions
public A addAllToConditions(Collection<Condition> items)
-
addAllToListeners
public A addAllToListeners(Collection<ListenerEntryStatus> items)
-
addNewListener
public ListenerSetStatusFluent.ListenersNested<A> addNewListener()
-
addNewListenerLike
public ListenerSetStatusFluent.ListenersNested<A> addNewListenerLike(ListenerEntryStatus item)
-
addToListeners
public A addToListeners(ListenerEntryStatus... items)
-
addToListeners
public A addToListeners(int index, ListenerEntryStatus item)
-
buildFirstListener
public ListenerEntryStatus buildFirstListener()
-
buildLastListener
public ListenerEntryStatus buildLastListener()
-
buildListener
public ListenerEntryStatus buildListener(int index)
-
buildListeners
public List<ListenerEntryStatus> buildListeners()
-
buildMatchingListener
public ListenerEntryStatus buildMatchingListener(Predicate<ListenerEntryStatusBuilder> predicate)
-
copyInstance
protected void copyInstance(ListenerSetStatus instance)
-
editFirstListener
public ListenerSetStatusFluent.ListenersNested<A> editFirstListener()
-
editLastListener
public ListenerSetStatusFluent.ListenersNested<A> editLastListener()
-
editListener
public ListenerSetStatusFluent.ListenersNested<A> editListener(int index)
-
editMatchingListener
public ListenerSetStatusFluent.ListenersNested<A> editMatchingListener(Predicate<ListenerEntryStatusBuilder> predicate)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classBaseFluent<A extends ListenerSetStatusFluent<A>>
-
getCondition
public Condition getCondition(int index)
-
getFirstCondition
public Condition getFirstCondition()
-
getLastCondition
public Condition getLastCondition()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasConditions
public boolean hasConditions()
-
hasListeners
public boolean hasListeners()
-
hasMatchingListener
public boolean hasMatchingListener(Predicate<ListenerEntryStatusBuilder> predicate)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classBaseFluent<A extends ListenerSetStatusFluent<A>>
-
removeAllFromConditions
public A removeAllFromConditions(Collection<Condition> items)
-
removeAllFromListeners
public A removeAllFromListeners(Collection<ListenerEntryStatus> items)
-
removeFromListeners
public A removeFromListeners(ListenerEntryStatus... items)
-
removeMatchingFromListeners
public A removeMatchingFromListeners(Predicate<ListenerEntryStatusBuilder> predicate)
-
setNewListenerLike
public ListenerSetStatusFluent.ListenersNested<A> setNewListenerLike(int index, ListenerEntryStatus item)
-
setToListeners
public A setToListeners(int index, ListenerEntryStatus item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withListeners
public A withListeners(List<ListenerEntryStatus> listeners)
-
withListeners
public A withListeners(ListenerEntryStatus... listeners)
-
-