public class V1LocalVolumeSourceFluentImpl<A extends V1LocalVolumeSourceFluent<A>> extends BaseFluent<A> implements V1LocalVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
V1LocalVolumeSourceFluentImpl() |
V1LocalVolumeSourceFluentImpl(V1LocalVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFsType() |
String |
getPath() |
Boolean |
hasFsType() |
int |
hashCode() |
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 V1LocalVolumeSourceFluentImpl()
public V1LocalVolumeSourceFluentImpl(V1LocalVolumeSource instance)
public String getFsType()
getFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withFsType(String fsType)
withFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public Boolean hasFsType()
hasFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withNewFsType(String arg1)
withNewFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withNewFsType(StringBuilder arg1)
withNewFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withNewFsType(StringBuffer arg1)
withNewFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public String getPath()
getPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withPath(String path)
withPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public Boolean hasPath()
hasPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withNewPath(String arg1)
withNewPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
Copyright © 2021. All rights reserved.