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 |
|---|---|
boolean |
equals(Object o) |
String |
getDevicePath() |
String |
getName() |
Boolean |
hasDevicePath() |
int |
hashCode() |
Boolean |
hasName() |
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>>Copyright © 2015–2021 Red Hat. All rights reserved.