public class VolumeDeviceFluentImpl<A extends VolumeDeviceFluent<A>> extends BaseFluent<A> implements VolumeDeviceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
VolumeDeviceFluentImpl() |
VolumeDeviceFluentImpl(VolumeDevice instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDevicePath() |
String |
getName() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDevicePath() |
int |
hashCode() |
Boolean |
hasName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDevicePath(String devicePath) |
A |
withName(String name) |
A |
withNewDevicePath(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic VolumeDeviceFluentImpl()
public VolumeDeviceFluentImpl(VolumeDevice instance)
public String getDevicePath()
getDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withDevicePath(String devicePath)
withDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public Boolean hasDevicePath()
hasDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>@Deprecated public A withNewDevicePath(String arg0)
withNewDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public String getName()
getName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withName(String name)
withName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public Boolean hasName()
hasName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.