public class V1HostPathVolumeSourceFluentImpl<A extends V1HostPathVolumeSourceFluent<A>> extends BaseFluent<A> implements V1HostPathVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
V1HostPathVolumeSourceFluentImpl() |
V1HostPathVolumeSourceFluentImpl(V1HostPathVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getType() |
Boolean |
hasPath() |
Boolean |
hasType() |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
A |
withPath(String path) |
A |
withType(String type) |
public V1HostPathVolumeSourceFluentImpl()
public V1HostPathVolumeSourceFluentImpl(V1HostPathVolumeSource instance)
public String getPath()
getPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withPath(String path)
withPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public Boolean hasPath()
hasPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withNewPath(String arg1)
withNewPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public String getType()
getType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withType(String type)
withType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public Boolean hasType()
hasType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withNewType(String arg1)
withNewType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withNewType(StringBuilder arg1)
withNewType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withNewType(StringBuffer arg1)
withNewType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
Copyright © 2020. All rights reserved.