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(java.lang.Object o) |
java.lang.String |
getDevicePath() |
java.lang.String |
getName() |
java.lang.Boolean |
hasDevicePath() |
java.lang.Boolean |
hasName() |
A |
withDevicePath(java.lang.String devicePath) |
A |
withName(java.lang.String name) |
A |
withNewDevicePath(java.lang.String arg1) |
A |
withNewDevicePath(java.lang.StringBuffer arg1) |
A |
withNewDevicePath(java.lang.StringBuilder arg1) |
A |
withNewName(java.lang.String arg1) |
A |
withNewName(java.lang.StringBuffer arg1) |
A |
withNewName(java.lang.StringBuilder arg1) |
public VolumeDeviceFluentImpl()
public VolumeDeviceFluentImpl(VolumeDevice instance)
public java.lang.String getDevicePath()
getDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withDevicePath(java.lang.String devicePath)
withDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public java.lang.Boolean hasDevicePath()
hasDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withNewDevicePath(java.lang.String arg1)
withNewDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withNewDevicePath(java.lang.StringBuilder arg1)
withNewDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withNewDevicePath(java.lang.StringBuffer arg1)
withNewDevicePath in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public java.lang.String getName()
getName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withName(java.lang.String name)
withName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public java.lang.Boolean hasName()
hasName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withNewName(java.lang.String arg1)
withNewName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withNewName(java.lang.StringBuilder arg1)
withNewName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public A withNewName(java.lang.StringBuffer arg1)
withNewName in interface VolumeDeviceFluent<A extends VolumeDeviceFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.