public class VolumeDeviceFluentImpl<A extends VolumeDeviceFluent<A>> extends BaseFluent<A> implements VolumeDeviceFluent<A>
_visitables| Constructor and Description |
|---|
VolumeDeviceFluentImpl() |
VolumeDeviceFluentImpl(VolumeDevice instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDevicePath() |
String |
getName() |
Boolean |
hasDevicePath() |
Boolean |
hasName() |
A |
withDevicePath(String devicePath) |
A |
withName(String name) |
public 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>>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>>Copyright © 2011–2018 Red Hat. All rights reserved.