public interface PortStatusFluent<A extends PortStatusFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasError() |
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) |
String getError()
Boolean hasError()
A withNewError(StringBuilder arg1)
A withNewError(int[] arg1, int arg2, int arg3)
A withNewError(char[] arg1)
A withNewError(StringBuffer arg1)
A withNewError(byte[] arg1, int arg2)
A withNewError(byte[] arg1)
A withNewError(char[] arg1, int arg2, int arg3)
A withNewError(byte[] arg1, int arg2, int arg3)
A withNewError(byte[] arg1, int arg2, int arg3, int arg4)
Integer getPort()
Boolean hasPort()
A withNewPort(int arg0)
String getProtocol()
Boolean hasProtocol()
A withNewProtocol(StringBuilder arg1)
A withNewProtocol(int[] arg1, int arg2, int arg3)
A withNewProtocol(char[] arg1)
A withNewProtocol(StringBuffer arg1)
A withNewProtocol(byte[] arg1, int arg2)
A withNewProtocol(byte[] arg1)
A withNewProtocol(char[] arg1, int arg2, int arg3)
A withNewProtocol(byte[] arg1, int arg2, int arg3)
A withNewProtocol(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.