public class V1PortStatusFluentImpl<A extends V1PortStatusFluent<A>> extends BaseFluent<A> implements V1PortStatusFluent<A>
_visitables
Constructor and Description |
---|
V1PortStatusFluentImpl() |
V1PortStatusFluentImpl(V1PortStatus 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 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) |
public V1PortStatusFluentImpl()
public V1PortStatusFluentImpl(V1PortStatus instance)
public String getError()
getError
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withError(String error)
withError
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public Boolean hasError()
hasError
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withNewError(String arg1)
withNewError
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withNewError(StringBuilder arg1)
withNewError
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withNewError(StringBuffer arg1)
withNewError
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public Integer getPort()
getPort
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withPort(Integer port)
withPort
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public Boolean hasPort()
hasPort
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public String getProtocol()
getProtocol
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withProtocol(String protocol)
withProtocol
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public Boolean hasProtocol()
hasProtocol
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withNewProtocol(String arg1)
withNewProtocol
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withNewProtocol(StringBuilder arg1)
withNewProtocol
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
public A withNewProtocol(StringBuffer arg1)
withNewProtocol
in interface V1PortStatusFluent<A extends V1PortStatusFluent<A>>
Copyright © 2021. All rights reserved.