public class HostPathVolumeSourceFluentImpl<T extends HostPathVolumeSourceFluent<T>> extends BaseFluent<T> implements HostPathVolumeSourceFluent<T>
_visitables| Constructor and Description |
|---|
HostPathVolumeSourceFluentImpl() |
HostPathVolumeSourceFluentImpl(HostPathVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getPath() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withPath(String path) |
public HostPathVolumeSourceFluentImpl()
public HostPathVolumeSourceFluentImpl(HostPathVolumeSource instance)
public String getPath()
getPath in interface HostPathVolumeSourceFluent<T extends HostPathVolumeSourceFluent<T>>public T withPath(String path)
withPath in interface HostPathVolumeSourceFluent<T extends HostPathVolumeSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HostPathVolumeSourceFluent<T extends HostPathVolumeSourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HostPathVolumeSourceFluent<T extends HostPathVolumeSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HostPathVolumeSourceFluent<T extends HostPathVolumeSourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HostPathVolumeSourceFluent<T extends HostPathVolumeSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HostPathVolumeSourceFluent<T extends HostPathVolumeSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HostPathVolumeSourceFluent<T extends HostPathVolumeSourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.