public class V1beta1IngressBackendFluentImpl<A extends V1beta1IngressBackendFluent<A>> extends BaseFluent<A> implements V1beta1IngressBackendFluent<A>
_visitables| Constructor and Description |
|---|
V1beta1IngressBackendFluentImpl() |
V1beta1IngressBackendFluentImpl(V1beta1IngressBackend instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getServiceName() |
IntOrString |
getServicePort() |
Boolean |
hasServiceName() |
Boolean |
hasServicePort() |
A |
withNewServicePort(int value) |
A |
withNewServicePort(String value) |
A |
withServiceName(String serviceName) |
A |
withServicePort(IntOrString servicePort) |
public V1beta1IngressBackendFluentImpl()
public V1beta1IngressBackendFluentImpl(V1beta1IngressBackend instance)
public String getServiceName()
getServiceName in interface V1beta1IngressBackendFluent<A extends V1beta1IngressBackendFluent<A>>public A withServiceName(String serviceName)
withServiceName in interface V1beta1IngressBackendFluent<A extends V1beta1IngressBackendFluent<A>>public Boolean hasServiceName()
hasServiceName in interface V1beta1IngressBackendFluent<A extends V1beta1IngressBackendFluent<A>>public IntOrString getServicePort()
getServicePort in interface V1beta1IngressBackendFluent<A extends V1beta1IngressBackendFluent<A>>public A withServicePort(IntOrString servicePort)
withServicePort in interface V1beta1IngressBackendFluent<A extends V1beta1IngressBackendFluent<A>>public Boolean hasServicePort()
hasServicePort in interface V1beta1IngressBackendFluent<A extends V1beta1IngressBackendFluent<A>>public A withNewServicePort(String value)
withNewServicePort in interface V1beta1IngressBackendFluent<A extends V1beta1IngressBackendFluent<A>>public A withNewServicePort(int value)
withNewServicePort in interface V1beta1IngressBackendFluent<A extends V1beta1IngressBackendFluent<A>>Copyright © 2019. All rights reserved.