public class PortStatusFluentImpl<A extends PortStatusFluent<A>> extends BaseFluent<A> implements PortStatusFluent<A>
_visitables, VISIT| 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(String arg0)
Deprecated.
|
A |
withNewProtocol(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewError(String arg0)
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 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>>@Deprecated public A withNewProtocol(String arg0)
withNewProtocol in interface PortStatusFluent<A extends PortStatusFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.