public class V1HTTPIngressPathFluentImpl<A extends V1HTTPIngressPathFluent<A>> extends BaseFluent<A> implements V1HTTPIngressPathFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1HTTPIngressPathFluentImpl.BackendNestedImpl<N> |
V1HTTPIngressPathFluent.BackendNested<N>
_visitables
Constructor and Description |
---|
V1HTTPIngressPathFluentImpl() |
V1HTTPIngressPathFluentImpl(V1HTTPIngressPath instance) |
Modifier and Type | Method and Description |
---|---|
V1IngressBackend |
buildBackend() |
V1HTTPIngressPathFluent.BackendNested<A> |
editBackend() |
V1HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackend() |
V1HTTPIngressPathFluent.BackendNested<A> |
editOrNewBackendLike(V1IngressBackend item) |
boolean |
equals(Object o) |
V1IngressBackend |
getBackend()
Deprecated.
|
String |
getPath() |
String |
getPathType() |
Boolean |
hasBackend() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasPathType() |
A |
withBackend(V1IngressBackend backend) |
V1HTTPIngressPathFluent.BackendNested<A> |
withNewBackend() |
V1HTTPIngressPathFluent.BackendNested<A> |
withNewBackendLike(V1IngressBackend item) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withNewPathType(String arg1) |
A |
withNewPathType(StringBuffer arg1) |
A |
withNewPathType(StringBuilder arg1) |
A |
withPath(String path) |
A |
withPathType(String pathType) |
public V1HTTPIngressPathFluentImpl()
public V1HTTPIngressPathFluentImpl(V1HTTPIngressPath instance)
@Deprecated public V1IngressBackend getBackend()
getBackend
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public V1IngressBackend buildBackend()
buildBackend
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withBackend(V1IngressBackend backend)
withBackend
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public Boolean hasBackend()
hasBackend
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public V1HTTPIngressPathFluent.BackendNested<A> withNewBackend()
withNewBackend
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public V1HTTPIngressPathFluent.BackendNested<A> withNewBackendLike(V1IngressBackend item)
withNewBackendLike
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public V1HTTPIngressPathFluent.BackendNested<A> editBackend()
editBackend
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public V1HTTPIngressPathFluent.BackendNested<A> editOrNewBackend()
editOrNewBackend
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public V1HTTPIngressPathFluent.BackendNested<A> editOrNewBackendLike(V1IngressBackend item)
editOrNewBackendLike
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public String getPath()
getPath
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withPath(String path)
withPath
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public Boolean hasPath()
hasPath
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withNewPath(String arg1)
withNewPath
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public String getPathType()
getPathType
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withPathType(String pathType)
withPathType
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public Boolean hasPathType()
hasPathType
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withNewPathType(String arg1)
withNewPathType
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withNewPathType(StringBuilder arg1)
withNewPathType
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
public A withNewPathType(StringBuffer arg1)
withNewPathType
in interface V1HTTPIngressPathFluent<A extends V1HTTPIngressPathFluent<A>>
Copyright © 2020. All rights reserved.