public class IngressRuleFluentImpl<A extends IngressRuleFluent<A>> extends BaseFluent<A> implements IngressRuleFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
IngressRuleFluentImpl.HttpNestedImpl<N> |
IngressRuleFluent.HttpNested<N>
_visitables
Constructor and Description |
---|
IngressRuleFluentImpl() |
IngressRuleFluentImpl(IngressRule instance) |
Modifier and Type | Method and Description |
---|---|
HTTPIngressRuleValue |
buildHttp() |
IngressRuleFluent.HttpNested<A> |
editHttp() |
IngressRuleFluent.HttpNested<A> |
editOrNewHttp() |
IngressRuleFluent.HttpNested<A> |
editOrNewHttpLike(HTTPIngressRuleValue item) |
boolean |
equals(Object o) |
String |
getHost() |
HTTPIngressRuleValue |
getHttp()
Deprecated.
|
Boolean |
hasHost() |
Boolean |
hasHttp() |
A |
withHost(String host) |
A |
withHttp(HTTPIngressRuleValue http) |
A |
withNewHost(String arg1) |
A |
withNewHost(StringBuffer arg1) |
A |
withNewHost(StringBuilder arg1) |
IngressRuleFluent.HttpNested<A> |
withNewHttp() |
IngressRuleFluent.HttpNested<A> |
withNewHttpLike(HTTPIngressRuleValue item) |
public IngressRuleFluentImpl()
public IngressRuleFluentImpl(IngressRule instance)
public String getHost()
getHost
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public A withHost(String host)
withHost
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public Boolean hasHost()
hasHost
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public A withNewHost(String arg1)
withNewHost
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public A withNewHost(StringBuilder arg1)
withNewHost
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public A withNewHost(StringBuffer arg1)
withNewHost
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
@Deprecated public HTTPIngressRuleValue getHttp()
getHttp
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public HTTPIngressRuleValue buildHttp()
buildHttp
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public A withHttp(HTTPIngressRuleValue http)
withHttp
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public Boolean hasHttp()
hasHttp
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public IngressRuleFluent.HttpNested<A> withNewHttp()
withNewHttp
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public IngressRuleFluent.HttpNested<A> withNewHttpLike(HTTPIngressRuleValue item)
withNewHttpLike
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public IngressRuleFluent.HttpNested<A> editHttp()
editHttp
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public IngressRuleFluent.HttpNested<A> editOrNewHttp()
editOrNewHttp
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
public IngressRuleFluent.HttpNested<A> editOrNewHttpLike(HTTPIngressRuleValue item)
editOrNewHttpLike
in interface IngressRuleFluent<A extends IngressRuleFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.