public class RouteIngressFluentImpl<A extends RouteIngressFluent<A>> extends BaseFluent<A> implements RouteIngressFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
RouteIngressFluentImpl.ConditionsNestedImpl<N> |
RouteIngressFluent.ConditionsNested<N>
_visitables
Constructor and Description |
---|
RouteIngressFluentImpl() |
RouteIngressFluentImpl(RouteIngress instance) |
public RouteIngressFluentImpl()
public RouteIngressFluentImpl(RouteIngress instance)
public A addToConditions(int index, RouteIngressCondition item)
addToConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A setToConditions(int index, RouteIngressCondition item)
setToConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A addToConditions(RouteIngressCondition... items)
addToConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A addAllToConditions(java.util.Collection<RouteIngressCondition> items)
addAllToConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A removeFromConditions(RouteIngressCondition... items)
removeFromConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A removeAllFromConditions(java.util.Collection<RouteIngressCondition> items)
removeAllFromConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
@Deprecated public java.util.List<RouteIngressCondition> getConditions()
getConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.util.List<RouteIngressCondition> buildConditions()
buildConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressCondition buildCondition(int index)
buildCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressCondition buildFirstCondition()
buildFirstCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressCondition buildLastCondition()
buildLastCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressCondition buildMatchingCondition(Predicate<RouteIngressConditionBuilder> predicate)
buildMatchingCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.Boolean hasMatchingCondition(Predicate<RouteIngressConditionBuilder> predicate)
hasMatchingCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withConditions(java.util.List<RouteIngressCondition> conditions)
withConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withConditions(RouteIngressCondition... conditions)
withConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.Boolean hasConditions()
hasConditions
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A addNewCondition(java.lang.String lastTransitionTime, java.lang.String message, java.lang.String reason, java.lang.String status, java.lang.String type)
addNewCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressFluent.ConditionsNested<A> addNewCondition()
addNewCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressFluent.ConditionsNested<A> addNewConditionLike(RouteIngressCondition item)
addNewConditionLike
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressFluent.ConditionsNested<A> setNewConditionLike(int index, RouteIngressCondition item)
setNewConditionLike
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressFluent.ConditionsNested<A> editCondition(int index)
editCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressFluent.ConditionsNested<A> editFirstCondition()
editFirstCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressFluent.ConditionsNested<A> editLastCondition()
editLastCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public RouteIngressFluent.ConditionsNested<A> editMatchingCondition(Predicate<RouteIngressConditionBuilder> predicate)
editMatchingCondition
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.String getHost()
getHost
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withHost(java.lang.String host)
withHost
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.Boolean hasHost()
hasHost
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewHost(java.lang.String arg1)
withNewHost
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewHost(java.lang.StringBuilder arg1)
withNewHost
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewHost(java.lang.StringBuffer arg1)
withNewHost
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.String getRouterCanonicalHostname()
getRouterCanonicalHostname
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withRouterCanonicalHostname(java.lang.String routerCanonicalHostname)
withRouterCanonicalHostname
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.Boolean hasRouterCanonicalHostname()
hasRouterCanonicalHostname
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewRouterCanonicalHostname(java.lang.String arg1)
withNewRouterCanonicalHostname
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewRouterCanonicalHostname(java.lang.StringBuilder arg1)
withNewRouterCanonicalHostname
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewRouterCanonicalHostname(java.lang.StringBuffer arg1)
withNewRouterCanonicalHostname
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.String getRouterName()
getRouterName
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withRouterName(java.lang.String routerName)
withRouterName
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.Boolean hasRouterName()
hasRouterName
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewRouterName(java.lang.String arg1)
withNewRouterName
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewRouterName(java.lang.StringBuilder arg1)
withNewRouterName
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewRouterName(java.lang.StringBuffer arg1)
withNewRouterName
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.String getWildcardPolicy()
getWildcardPolicy
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withWildcardPolicy(java.lang.String wildcardPolicy)
withWildcardPolicy
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public java.lang.Boolean hasWildcardPolicy()
hasWildcardPolicy
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewWildcardPolicy(java.lang.String arg1)
withNewWildcardPolicy
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewWildcardPolicy(java.lang.StringBuilder arg1)
withNewWildcardPolicy
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public A withNewWildcardPolicy(java.lang.StringBuffer arg1)
withNewWildcardPolicy
in interface RouteIngressFluent<A extends RouteIngressFluent<A>>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015-2019 Red Hat. All Rights Reserved.