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 original)
Deprecated.
|
A |
withNewProtocol(String original)
Deprecated.
|
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
String getError()
Boolean hasError()
@Deprecated A withNewError(String original)
Integer getPort()
Boolean hasPort()
String getProtocol()
Boolean hasProtocol()
@Deprecated A withNewProtocol(String original)
Copyright © 2021. All rights reserved.