public class V1GRPCActionFluentImpl<A extends V1GRPCActionFluent<A>> extends BaseFluent<A> implements V1GRPCActionFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1GRPCActionFluentImpl() |
V1GRPCActionFluentImpl(io.kubernetes.client.openapi.models.V1GRPCAction instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getPort() |
String |
getService() |
int |
hashCode() |
Boolean |
hasPort() |
Boolean |
hasService() |
String |
toString() |
A |
withPort(Integer port) |
A |
withService(String service) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1GRPCActionFluentImpl()
public V1GRPCActionFluentImpl(io.kubernetes.client.openapi.models.V1GRPCAction instance)
public Integer getPort()
getPort in interface V1GRPCActionFluent<A extends V1GRPCActionFluent<A>>public A withPort(Integer port)
withPort in interface V1GRPCActionFluent<A extends V1GRPCActionFluent<A>>public Boolean hasPort()
hasPort in interface V1GRPCActionFluent<A extends V1GRPCActionFluent<A>>public String getService()
getService in interface V1GRPCActionFluent<A extends V1GRPCActionFluent<A>>public A withService(String service)
withService in interface V1GRPCActionFluent<A extends V1GRPCActionFluent<A>>public Boolean hasService()
hasService in interface V1GRPCActionFluent<A extends V1GRPCActionFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1GRPCActionFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1GRPCActionFluent<A>>Copyright © 2022. All rights reserved.