public class HTTPIngressPathFluentImpl<A extends HTTPIngressPathFluent<A>> extends BaseFluent<A> implements HTTPIngressPathFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPIngressPathFluentImpl.BackendNestedImpl<N> |
HTTPIngressPathFluent.BackendNested<N>_visitables| Constructor and Description |
|---|
HTTPIngressPathFluentImpl() |
HTTPIngressPathFluentImpl(HTTPIngressPath instance) |
| Modifier and Type | Method and Description |
|---|---|
IngressBackend |
buildBackend() |
HTTPIngressPathFluent.BackendNested<A> |
editBackend() |
HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackend() |
HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackendLike(IngressBackend item) |
boolean |
equals(java.lang.Object o) |
IngressBackend |
getBackend()
Deprecated.
|
java.lang.String |
getPath() |
java.lang.Boolean |
hasBackend() |
java.lang.Boolean |
hasPath() |
A |
withBackend(IngressBackend backend) |
HTTPIngressPathFluent.BackendNested<A> |
withNewBackend() |
HTTPIngressPathFluent.BackendNested<A> |
withNewBackendLike(IngressBackend item) |
A |
withNewPath(java.lang.String arg1) |
A |
withNewPath(java.lang.StringBuffer arg1) |
A |
withNewPath(java.lang.StringBuilder arg1) |
A |
withPath(java.lang.String path) |
public HTTPIngressPathFluentImpl()
public HTTPIngressPathFluentImpl(HTTPIngressPath instance)
@Deprecated public IngressBackend getBackend()
getBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public IngressBackend buildBackend()
buildBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withBackend(IngressBackend backend)
withBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public java.lang.Boolean hasBackend()
hasBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> withNewBackend()
withNewBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> withNewBackendLike(IngressBackend item)
withNewBackendLike in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> editBackend()
editBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public HTTPIngressPathFluent.BackendNested<A> editOrNewBackendLike(IngressBackend item)
editOrNewBackendLike in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public java.lang.String getPath()
getPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withPath(java.lang.String path)
withPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public java.lang.Boolean hasPath()
hasPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPath(java.lang.String arg1)
withNewPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPath(java.lang.StringBuilder arg1)
withNewPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public A withNewPath(java.lang.StringBuffer arg1)
withNewPath in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.