public class PortStatusFluentImpl<A extends PortStatusFluent<A>> extends BaseFluent<A> implements PortStatusFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
PortStatusFluentImpl() |
PortStatusFluentImpl(PortStatus 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 |
getError() |
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasError() |
int |
hashCode() |
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 |
withError(String error) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PortStatusFluentImpl()
public PortStatusFluentImpl(PortStatus instance)
public String getError()
getError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withError(String error)
withError in interface PortStatusFluent<A extends PortStatusFluent<A>>public Boolean hasError()
hasError in interface PortStatusFluent<A extends PortStatusFluent<A>>public Integer getPort()
getPort in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withPort(Integer port)
withPort in interface PortStatusFluent<A extends PortStatusFluent<A>>public Boolean hasPort()
hasPort in interface PortStatusFluent<A extends PortStatusFluent<A>>public String getProtocol()
getProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withProtocol(String protocol)
withProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public Boolean hasProtocol()
hasProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PortStatusFluent<A extends PortStatusFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PortStatusFluent<A extends PortStatusFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PortStatusFluent<A extends PortStatusFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PortStatusFluent<A extends PortStatusFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PortStatusFluent<A extends PortStatusFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PortStatusFluent<A extends PortStatusFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PortStatusFluent<A extends PortStatusFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends PortStatusFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends PortStatusFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.