public interface BrokerStatusFluent<A extends BrokerStatusFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BrokerStatusFluent.AddressNested<N> |
static interface |
BrokerStatusFluent.ConditionsNested<N> |
@Deprecated Addressable getAddress()
Addressable buildAddress()
A withAddress(Addressable address)
java.lang.Boolean hasAddress()
BrokerStatusFluent.AddressNested<A> withNewAddress()
BrokerStatusFluent.AddressNested<A> withNewAddressLike(Addressable item)
BrokerStatusFluent.AddressNested<A> editAddress()
BrokerStatusFluent.AddressNested<A> editOrNewAddress()
BrokerStatusFluent.AddressNested<A> editOrNewAddressLike(Addressable item)
@Deprecated java.util.List<Condition> getConditions()
java.util.List<Condition> buildConditions()
Condition buildCondition(int index)
Condition buildFirstCondition()
Condition buildLastCondition()
Condition buildMatchingCondition(Predicate<ConditionBuilder> predicate)
java.lang.Boolean hasMatchingCondition(Predicate<ConditionBuilder> predicate)
java.lang.Boolean hasConditions()
BrokerStatusFluent.ConditionsNested<A> addNewCondition()
BrokerStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
BrokerStatusFluent.ConditionsNested<A> setNewConditionLike(int index, Condition item)
BrokerStatusFluent.ConditionsNested<A> editCondition(int index)
BrokerStatusFluent.ConditionsNested<A> editFirstCondition()
BrokerStatusFluent.ConditionsNested<A> editLastCondition()
BrokerStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ConditionBuilder> predicate)
ObjectReference getIngressChannel()
A withIngressChannel(ObjectReference ingressChannel)
java.lang.Boolean hasIngressChannel()
java.lang.Long getObservedGeneration()
A withObservedGeneration(java.lang.Long observedGeneration)
java.lang.Boolean hasObservedGeneration()
ObjectReference getTriggerChannel()
A withTriggerChannel(ObjectReference triggerChannel)
java.lang.Boolean hasTriggerChannel()
Copyright © 2015-2019 Red Hat. All Rights Reserved.