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 |
|---|---|
IngressBackendFluent.ServicePortNested<A> |
editServicePort() |
boolean |
equals(Object o) |
String |
getServiceName() |
IntOrString |
getServicePort() |
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 IntOrString getServicePort()
getServicePort in interface IngressBackendFluent<A extends IngressBackendFluent<A>>public A withServicePort(IntOrString servicePort)
withServicePort 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 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>>Copyright © 2011–2016 Red Hat. All rights reserved.