public class GRPCActionFluentImpl<A extends GRPCActionFluent<A>> extends BaseFluent<A> implements GRPCActionFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
GRPCActionFluentImpl() |
GRPCActionFluentImpl(GRPCAction instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getPort() |
String |
getService() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasPort() |
Boolean |
hasService() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNewService(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
A |
withService(String service) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic GRPCActionFluentImpl()
public GRPCActionFluentImpl(GRPCAction instance)
public Integer getPort()
getPort in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public A withPort(Integer port)
withPort in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public Boolean hasPort()
hasPort in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public String getService()
getService in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public A withService(String service)
withService in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public Boolean hasService()
hasService in interface GRPCActionFluent<A extends GRPCActionFluent<A>>@Deprecated public A withNewService(String arg0)
withNewService in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GRPCActionFluent<A extends GRPCActionFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GRPCActionFluent<A extends GRPCActionFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.