public class PortStatusFluentImpl<A extends PortStatusFluent<A>> extends BaseFluent<A> implements PortStatusFluent<A>
_visitables| Constructor and Description |
|---|
PortStatusFluentImpl() |
PortStatusFluentImpl(PortStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getError() |
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasError() |
int |
hashCode() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
A |
withError(String error) |
A |
withNewError(byte[] arg1) |
A |
withNewError(byte[] arg1,
int arg2) |
A |
withNewError(byte[] arg1,
int arg2,
int arg3) |
A |
withNewError(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewError(char[] arg1) |
A |
withNewError(char[] arg1,
int arg2,
int arg3) |
A |
withNewError(int[] arg1,
int arg2,
int arg3) |
A |
withNewError(String arg1) |
A |
withNewError(StringBuffer arg1) |
A |
withNewError(StringBuilder arg1) |
A |
withNewPort(int arg0) |
A |
withNewProtocol(byte[] arg1) |
A |
withNewProtocol(byte[] arg1,
int arg2) |
A |
withNewProtocol(byte[] arg1,
int arg2,
int arg3) |
A |
withNewProtocol(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewProtocol(char[] arg1) |
A |
withNewProtocol(char[] arg1,
int arg2,
int arg3) |
A |
withNewProtocol(int[] arg1,
int arg2,
int arg3) |
A |
withNewProtocol(String arg1) |
A |
withNewProtocol(StringBuffer arg1) |
A |
withNewProtocol(StringBuilder arg1) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
public 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 A withNewError(StringBuilder arg1)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(int[] arg1, int arg2, int arg3)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(char[] arg1)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(StringBuffer arg1)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(byte[] arg1, int arg2)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(byte[] arg1)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(char[] arg1, int arg2, int arg3)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(byte[] arg1, int arg2, int arg3)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(byte[] arg1, int arg2, int arg3, int arg4)
withNewError in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewError(String arg1)
withNewError 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 A withNewPort(int arg0)
withNewPort 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 withNewProtocol(StringBuilder arg1)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(int[] arg1, int arg2, int arg3)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(char[] arg1)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(StringBuffer arg1)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(byte[] arg1, int arg2)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(byte[] arg1)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(char[] arg1, int arg2, int arg3)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(byte[] arg1, int arg2, int arg3)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(byte[] arg1, int arg2, int arg3, int arg4)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>public A withNewProtocol(String arg1)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.