public class VolumeFluentImpl<T extends VolumeFluent<T>> extends BaseFluent<T> implements VolumeFluent<T>
_visitables| Constructor and Description |
|---|
VolumeFluentImpl() |
VolumeFluentImpl(Volume 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() |
String |
getDriver() |
String |
getMountpoint() |
String |
getName() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withDriver(String Driver) |
T |
withMountpoint(String Mountpoint) |
T |
withName(String Name) |
public VolumeFluentImpl()
public VolumeFluentImpl(Volume instance)
public String getDriver()
getDriver in interface VolumeFluent<T extends VolumeFluent<T>>public T withDriver(String Driver)
withDriver in interface VolumeFluent<T extends VolumeFluent<T>>public String getMountpoint()
getMountpoint in interface VolumeFluent<T extends VolumeFluent<T>>public T withMountpoint(String Mountpoint)
withMountpoint in interface VolumeFluent<T extends VolumeFluent<T>>public String getName()
getName in interface VolumeFluent<T extends VolumeFluent<T>>public T withName(String Name)
withName in interface VolumeFluent<T extends VolumeFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface VolumeFluent<T extends VolumeFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface VolumeFluent<T extends VolumeFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface VolumeFluent<T extends VolumeFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface VolumeFluent<T extends VolumeFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface VolumeFluent<T extends VolumeFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface VolumeFluent<T extends VolumeFluent<T>>Copyright © 2015–2016 Red Hat. All rights reserved.