public class DaemonEndpointFluentImpl<T extends DaemonEndpointFluent<T>> extends BaseFluent<T> implements DaemonEndpointFluent<T>
_visitables
Constructor and Description |
---|
DaemonEndpointFluentImpl() |
DaemonEndpointFluentImpl(DaemonEndpoint instance) |
Modifier and Type | Method and Description |
---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getPort() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withPort(Integer Port) |
public DaemonEndpointFluentImpl()
public DaemonEndpointFluentImpl(DaemonEndpoint instance)
public Integer getPort()
getPort
in interface DaemonEndpointFluent<T extends DaemonEndpointFluent<T>>
public T withPort(Integer Port)
withPort
in interface DaemonEndpointFluent<T extends DaemonEndpointFluent<T>>
public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface DaemonEndpointFluent<T extends DaemonEndpointFluent<T>>
public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface DaemonEndpointFluent<T extends DaemonEndpointFluent<T>>
public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface DaemonEndpointFluent<T extends DaemonEndpointFluent<T>>
public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface DaemonEndpointFluent<T extends DaemonEndpointFluent<T>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface DaemonEndpointFluent<T extends DaemonEndpointFluent<T>>
public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface DaemonEndpointFluent<T extends DaemonEndpointFluent<T>>
Copyright © 2011–2016 Red Hat. All rights reserved.