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(Object o) |
IngressBackend |
getBackend()
Deprecated.
|
String |
getPath() |
Boolean |
hasBackend() |
Boolean |
hasPath() |
A |
withBackend(IngressBackend backend) |
HTTPIngressPathFluent.BackendNested<A> |
withNewBackend() |
HTTPIngressPathFluent.BackendNested<A> |
withNewBackendLike(IngressBackend item) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withPath(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 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 String getPath()
getPath
in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
public A withPath(String path)
withPath
in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
public Boolean hasPath()
hasPath
in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
public A withNewPath(String arg1)
withNewPath
in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface HTTPIngressPathFluent<A extends HTTPIngressPathFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.