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() |
String |
toString() |
A |
withError(String error) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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>>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>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1PortStatusFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1PortStatusFluent<A>>Copyright © 2022. All rights reserved.