public class VolumeAttachmentSpecFluentImpl<A extends VolumeAttachmentSpecFluent<A>> extends BaseFluent<A> implements VolumeAttachmentSpecFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
VolumeAttachmentSpecFluentImpl.SourceNestedImpl<N> |
VolumeAttachmentSpecFluent.SourceNested<N>
_visitables
Constructor and Description |
---|
VolumeAttachmentSpecFluentImpl() |
VolumeAttachmentSpecFluentImpl(VolumeAttachmentSpec instance) |
Modifier and Type | Method and Description |
---|---|
VolumeAttachmentSource |
buildSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
editOrNewSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
editOrNewSourceLike(VolumeAttachmentSource item) |
VolumeAttachmentSpecFluent.SourceNested<A> |
editSource() |
boolean |
equals(Object o) |
String |
getAttacher() |
String |
getNodeName() |
VolumeAttachmentSource |
getSource()
Deprecated.
|
Boolean |
hasAttacher() |
Boolean |
hasNodeName() |
Boolean |
hasSource() |
A |
withAttacher(String attacher) |
A |
withNewAttacher(String arg1) |
A |
withNewAttacher(StringBuffer arg1) |
A |
withNewAttacher(StringBuilder arg1) |
A |
withNewNodeName(String arg1) |
A |
withNewNodeName(StringBuffer arg1) |
A |
withNewNodeName(StringBuilder arg1) |
VolumeAttachmentSpecFluent.SourceNested<A> |
withNewSource() |
VolumeAttachmentSpecFluent.SourceNested<A> |
withNewSourceLike(VolumeAttachmentSource item) |
A |
withNodeName(String nodeName) |
A |
withSource(VolumeAttachmentSource source) |
public VolumeAttachmentSpecFluentImpl()
public VolumeAttachmentSpecFluentImpl(VolumeAttachmentSpec instance)
public String getAttacher()
getAttacher
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withAttacher(String attacher)
withAttacher
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public Boolean hasAttacher()
hasAttacher
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withNewAttacher(String arg1)
withNewAttacher
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withNewAttacher(StringBuilder arg1)
withNewAttacher
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withNewAttacher(StringBuffer arg1)
withNewAttacher
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public String getNodeName()
getNodeName
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withNodeName(String nodeName)
withNodeName
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public Boolean hasNodeName()
hasNodeName
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withNewNodeName(String arg1)
withNewNodeName
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withNewNodeName(StringBuilder arg1)
withNewNodeName
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withNewNodeName(StringBuffer arg1)
withNewNodeName
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
@Deprecated public VolumeAttachmentSource getSource()
getSource
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public VolumeAttachmentSource buildSource()
buildSource
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public A withSource(VolumeAttachmentSource source)
withSource
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public Boolean hasSource()
hasSource
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public VolumeAttachmentSpecFluent.SourceNested<A> withNewSource()
withNewSource
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public VolumeAttachmentSpecFluent.SourceNested<A> withNewSourceLike(VolumeAttachmentSource item)
withNewSourceLike
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public VolumeAttachmentSpecFluent.SourceNested<A> editSource()
editSource
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSource()
editOrNewSource
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
public VolumeAttachmentSpecFluent.SourceNested<A> editOrNewSourceLike(VolumeAttachmentSource item)
editOrNewSourceLike
in interface VolumeAttachmentSpecFluent<A extends VolumeAttachmentSpecFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.