public class IngressBackendFluentImpl<A extends IngressBackendFluent<A>> extends BaseFluent<A> implements IngressBackendFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
IngressBackendFluentImpl.ServicePortNestedImpl<N> |
IngressBackendFluent.ServicePortNested<N>
_visitables
Constructor and Description |
---|
IngressBackendFluentImpl() |
IngressBackendFluentImpl(IngressBackend instance) |
Modifier and Type | Method and Description |
---|---|
IntOrString |
buildServicePort() |
IngressBackendFluent.ServicePortNested<A> |
editOrNewServicePort() |
IngressBackendFluent.ServicePortNested<A> |
editOrNewServicePortLike(IntOrString item) |
IngressBackendFluent.ServicePortNested<A> |
editServicePort() |
boolean |
equals(Object o) |
String |
getServiceName() |
IntOrString |
getServicePort()
Deprecated.
|
Boolean |
hasServiceName() |
Boolean |
hasServicePort() |
A |
withNewServiceName(String arg1) |
A |
withNewServiceName(StringBuffer arg1) |
A |
withNewServiceName(StringBuilder arg1) |
IngressBackendFluent.ServicePortNested<A> |
withNewServicePort() |
A |
withNewServicePort(Integer intVal) |
A |
withNewServicePort(String strVal) |
IngressBackendFluent.ServicePortNested<A> |
withNewServicePortLike(IntOrString item) |
A |
withServiceName(String serviceName) |
A |
withServicePort(IntOrString servicePort) |
public IngressBackendFluentImpl()
public IngressBackendFluentImpl(IngressBackend instance)
public String getServiceName()
getServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withServiceName(String serviceName)
withServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public Boolean hasServiceName()
hasServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServiceName(String arg1)
withNewServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServiceName(StringBuilder arg1)
withNewServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServiceName(StringBuffer arg1)
withNewServiceName
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
@Deprecated public IntOrString getServicePort()
getServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IntOrString buildServicePort()
buildServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withServicePort(IntOrString servicePort)
withServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public Boolean hasServicePort()
hasServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServicePort(String strVal)
withNewServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public A withNewServicePort(Integer intVal)
withNewServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> withNewServicePort()
withNewServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> withNewServicePortLike(IntOrString item)
withNewServicePortLike
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> editServicePort()
editServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePort()
editOrNewServicePort
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
public IngressBackendFluent.ServicePortNested<A> editOrNewServicePortLike(IntOrString item)
editOrNewServicePortLike
in interface IngressBackendFluent<A extends IngressBackendFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.