public class TCPSocketActionFluent<A extends TCPSocketActionFluent<A>> extends BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
TCPSocketActionFluent.PortNested<N> |
_visitables, VISIT| Constructor and Description |
|---|
TCPSocketActionFluent() |
TCPSocketActionFluent(TCPSocketAction instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
IntOrString |
buildPort() |
TCPSocketActionFluent.PortNested<A> |
editOrNewPort() |
TCPSocketActionFluent.PortNested<A> |
editOrNewPortLike(IntOrString item) |
TCPSocketActionFluent.PortNested<A> |
editPort() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasHost() |
boolean |
hasPort() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withHost(String host) |
TCPSocketActionFluent.PortNested<A> |
withNewPort() |
A |
withNewPort(Object value) |
TCPSocketActionFluent.PortNested<A> |
withNewPortLike(IntOrString item) |
A |
withPort(IntOrString port) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TCPSocketActionFluent()
public TCPSocketActionFluent(TCPSocketAction instance)
public String getHost()
public boolean hasHost()
public IntOrString buildPort()
public A withPort(IntOrString port)
public boolean hasPort()
public TCPSocketActionFluent.PortNested<A> withNewPort()
public TCPSocketActionFluent.PortNested<A> withNewPortLike(IntOrString item)
public TCPSocketActionFluent.PortNested<A> editPort()
public TCPSocketActionFluent.PortNested<A> editOrNewPort()
public TCPSocketActionFluent.PortNested<A> editOrNewPortLike(IntOrString item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends TCPSocketActionFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends TCPSocketActionFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.