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(Object o) |
Integer |
getPort() |
Boolean |
hasPort() |
A |
withPort(Integer port) |
public DaemonEndpointFluentImpl()
public DaemonEndpointFluentImpl(DaemonEndpoint instance)
public Integer getPort()
getPort
in interface DaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
public A withPort(Integer port)
withPort
in interface DaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
public Boolean hasPort()
hasPort
in interface DaemonEndpointFluent<A extends DaemonEndpointFluent<A>>
Copyright © 2011–2018 Red Hat. All rights reserved.