public class LocalVolumeSourceFluentImpl<A extends LocalVolumeSourceFluent<A>> extends BaseFluent<A> implements LocalVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
LocalVolumeSourceFluentImpl() |
LocalVolumeSourceFluentImpl(LocalVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFsType() |
String |
getPath() |
Boolean |
hasFsType() |
Boolean |
hasPath() |
A |
withFsType(String fsType) |
A |
withNewFsType(String arg1) |
A |
withNewFsType(StringBuffer arg1) |
A |
withNewFsType(StringBuilder arg1) |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withPath(String path) |
public LocalVolumeSourceFluentImpl()
public LocalVolumeSourceFluentImpl(LocalVolumeSource instance)
public String getFsType()
getFsType
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public A withFsType(String fsType)
withFsType
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public Boolean hasFsType()
hasFsType
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public A withNewFsType(String arg1)
withNewFsType
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public A withNewFsType(StringBuilder arg1)
withNewFsType
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public A withNewFsType(StringBuffer arg1)
withNewFsType
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public String getPath()
getPath
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public A withPath(String path)
withPath
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public Boolean hasPath()
hasPath
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public A withNewPath(String arg1)
withNewPath
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.