Package io.fabric8.kubernetes.api.model
Class VolumeDeviceFluentImpl<A extends VolumeDeviceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.VolumeDeviceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,VolumeDeviceFluent<A>
- Direct Known Subclasses:
ContainerFluentImpl.VolumeDevicesNestedImpl,EphemeralContainerFluentImpl.VolumeDevicesNestedImpl,VolumeDeviceBuilder,WatchEventFluentImpl.VolumeDeviceObjectNestedImpl
public class VolumeDeviceFluentImpl<A extends VolumeDeviceFluent<A>> extends BaseFluent<A> implements VolumeDeviceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description VolumeDeviceFluentImpl()VolumeDeviceFluentImpl(VolumeDevice instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDevicePath()StringgetName()BooleanhasDevicePath()inthashCode()BooleanhasName()AwithDevicePath(String devicePath)AwithName(String name)AwithNewDevicePath(String arg1)AwithNewDevicePath(StringBuffer arg1)AwithNewDevicePath(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
-
-
Constructor Detail
-
VolumeDeviceFluentImpl
public VolumeDeviceFluentImpl()
-
VolumeDeviceFluentImpl
public VolumeDeviceFluentImpl(VolumeDevice instance)
-
-
Method Detail
-
getDevicePath
public String getDevicePath()
- Specified by:
getDevicePathin interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withDevicePath
public A withDevicePath(String devicePath)
- Specified by:
withDevicePathin interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
hasDevicePath
public Boolean hasDevicePath()
- Specified by:
hasDevicePathin interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewDevicePath
public A withNewDevicePath(String arg1)
- Specified by:
withNewDevicePathin interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewDevicePath
public A withNewDevicePath(StringBuilder arg1)
- Specified by:
withNewDevicePathin interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewDevicePath
public A withNewDevicePath(StringBuffer arg1)
- Specified by:
withNewDevicePathin interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceVolumeDeviceFluent<A extends VolumeDeviceFluent<A>>
-
-