public class AttachedVolumeFluentImpl<A extends AttachedVolumeFluent<A>> extends BaseFluent<A> implements AttachedVolumeFluent<A>
_visitables| Constructor and Description |
|---|
AttachedVolumeFluentImpl() |
AttachedVolumeFluentImpl(AttachedVolume 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 AttachedVolumeFluentImpl()
public AttachedVolumeFluentImpl(AttachedVolume instance)
public String getDevicePath()
getDevicePath in interface AttachedVolumeFluent<A extends AttachedVolumeFluent<A>>public A withDevicePath(String devicePath)
withDevicePath in interface AttachedVolumeFluent<A extends AttachedVolumeFluent<A>>public Boolean hasDevicePath()
hasDevicePath in interface AttachedVolumeFluent<A extends AttachedVolumeFluent<A>>public String getName()
getName in interface AttachedVolumeFluent<A extends AttachedVolumeFluent<A>>public A withName(String name)
withName in interface AttachedVolumeFluent<A extends AttachedVolumeFluent<A>>public Boolean hasName()
hasName in interface AttachedVolumeFluent<A extends AttachedVolumeFluent<A>>Copyright © 2015–2019 Red Hat. All rights reserved.