public class LocalVolumeSourceFluentImpl<A extends LocalVolumeSourceFluent<A>> extends BaseFluent<A> implements LocalVolumeSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
LocalVolumeSourceFluentImpl() |
LocalVolumeSourceFluentImpl(LocalVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
String |
getPath() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasFsType() |
int |
hashCode() |
Boolean |
hasPath() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withFsType(String fsType) |
A |
withNewFsType(String arg0)
Deprecated.
|
A |
withNewPath(String arg0)
Deprecated.
|
A |
withPath(String path) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewFsType(String arg0)
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>>@Deprecated public A withNewPath(String arg0)
withNewPath in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface LocalVolumeSourceFluent<A extends LocalVolumeSourceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.