public class ExtensionsV1beta1IngressBackendFluentImpl<A extends ExtensionsV1beta1IngressBackendFluent<A>> extends BaseFluent<A> implements ExtensionsV1beta1IngressBackendFluent<A>
_visitables
Constructor and Description |
---|
ExtensionsV1beta1IngressBackendFluentImpl() |
ExtensionsV1beta1IngressBackendFluentImpl(ExtensionsV1beta1IngressBackend instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getServiceName() |
IntOrString |
getServicePort() |
Boolean |
hasServiceName() |
Boolean |
hasServicePort() |
A |
withNewServiceName(String arg1) |
A |
withNewServiceName(StringBuffer arg1) |
A |
withNewServiceName(StringBuilder arg1) |
A |
withNewServicePort(int value) |
A |
withNewServicePort(String value) |
A |
withServiceName(String serviceName) |
A |
withServicePort(IntOrString servicePort) |
public ExtensionsV1beta1IngressBackendFluentImpl()
public ExtensionsV1beta1IngressBackendFluentImpl(ExtensionsV1beta1IngressBackend instance)
public String getServiceName()
getServiceName
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public A withServiceName(String serviceName)
withServiceName
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public Boolean hasServiceName()
hasServiceName
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public A withNewServiceName(String arg1)
withNewServiceName
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public A withNewServiceName(StringBuilder arg1)
withNewServiceName
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public A withNewServiceName(StringBuffer arg1)
withNewServiceName
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public IntOrString getServicePort()
getServicePort
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public A withServicePort(IntOrString servicePort)
withServicePort
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public Boolean hasServicePort()
hasServicePort
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public A withNewServicePort(int value)
withNewServicePort
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
public A withNewServicePort(String value)
withNewServicePort
in interface ExtensionsV1beta1IngressBackendFluent<A extends ExtensionsV1beta1IngressBackendFluent<A>>
Copyright © 2020. All rights reserved.