public class EndpointPortFluentImpl<A extends EndpointPortFluent<A>> extends BaseFluent<A> implements EndpointPortFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
EndpointPortFluentImpl() |
EndpointPortFluentImpl(EndpointPort 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() |
String |
getAppProtocol() |
String |
getName() |
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAppProtocol() |
int |
hashCode() |
Boolean |
hasName() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAppProtocol(String appProtocol) |
A |
withName(String name) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic EndpointPortFluentImpl()
public EndpointPortFluentImpl(EndpointPort instance)
public String getAppProtocol()
getAppProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A withAppProtocol(String appProtocol)
withAppProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasAppProtocol()
hasAppProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public String getName()
getName in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A withName(String name)
withName in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasName()
hasName in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Integer getPort()
getPort in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A withPort(Integer port)
withPort in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasPort()
hasPort in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public String getProtocol()
getProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A withProtocol(String protocol)
withProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasProtocol()
hasProtocol in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface EndpointPortFluent<A extends EndpointPortFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends EndpointPortFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends EndpointPortFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.