public class DaemonEndpointFluentImpl<A extends DaemonEndpointFluent<A>> extends BaseFluent<A> implements DaemonEndpointFluent<A>
_visitables
Constructor and Description |
---|
DaemonEndpointFluentImpl() |
DaemonEndpointFluentImpl(DaemonEndpoint instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getPort() |
java.lang.Boolean |
hasPort() |
A |
withPort(java.lang.Integer port) |
public DaemonEndpointFluentImpl()
public DaemonEndpointFluentImpl(DaemonEndpoint instance)
public java.lang.Integer getPort()
getPort
in interface DaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
public A withPort(java.lang.Integer port)
withPort
in interface DaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
public java.lang.Boolean hasPort()
hasPort
in interface DaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015-2019 Red Hat. All Rights Reserved.