public interface V1PortStatusFluent<A extends V1PortStatusFluent<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(String arg1) |
A |
withNewError(StringBuffer arg1) |
A |
withNewError(StringBuilder arg1) |
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(StringBuffer arg1)
Integer getPort()
Boolean hasPort()
String getProtocol()
Boolean hasProtocol()
A withNewProtocol(StringBuilder arg1)
A withNewProtocol(StringBuffer arg1)
Copyright © 2021. All rights reserved.