public class V1PortStatusFluentImpl<A extends V1PortStatusFluent<A>> extends BaseFluent<A> implements V1PortStatusFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1PortStatusFluentImpl() |
V1PortStatusFluentImpl(io.kubernetes.client.openapi.models.V1PortStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getError() |
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasError() |
int |
hashCode() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
A |
withError(String error) |
A |
withNewError(String original)
Deprecated.
|
A |
withNewProtocol(String original)
Deprecated.
|
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic V1PortStatusFluentImpl()
public V1PortStatusFluentImpl(io.kubernetes.client.openapi.models.V1PortStatus instance)
public String getError()
getError in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>public A withError(String error)
withError in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>public Boolean hasError()
hasError in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>@Deprecated public A withNewError(String original)
withNewError in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>public Integer getPort()
getPort in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>public A withPort(Integer port)
withPort in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>public Boolean hasPort()
hasPort in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>public String getProtocol()
getProtocol in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>public A withProtocol(String protocol)
withProtocol in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>public Boolean hasProtocol()
hasProtocol in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>@Deprecated public A withNewProtocol(String original)
withNewProtocol in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>Copyright © 2022. All rights reserved.