public class CoreV1EndpointPortFluentImpl<A extends CoreV1EndpointPortFluent<A>> extends BaseFluent<A> implements CoreV1EndpointPortFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
CoreV1EndpointPortFluentImpl() |
CoreV1EndpointPortFluentImpl(io.kubernetes.client.openapi.models.CoreV1EndpointPort instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAppProtocol() |
String |
getName() |
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasAppProtocol() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
String |
toString() |
A |
withAppProtocol(String appProtocol) |
A |
withName(String name) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CoreV1EndpointPortFluentImpl()
public CoreV1EndpointPortFluentImpl(io.kubernetes.client.openapi.models.CoreV1EndpointPort instance)
public String getAppProtocol()
getAppProtocol in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public A withAppProtocol(String appProtocol)
withAppProtocol in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public Boolean hasAppProtocol()
hasAppProtocol in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public String getName()
getName in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public A withName(String name)
withName in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public Boolean hasName()
hasName in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public Integer getPort()
getPort in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public A withPort(Integer port)
withPort in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public Boolean hasPort()
hasPort in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public String getProtocol()
getProtocol in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public A withProtocol(String protocol)
withProtocol in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public Boolean hasProtocol()
hasProtocol in interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends CoreV1EndpointPortFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends CoreV1EndpointPortFluent<A>>Copyright © 2022. All rights reserved.