public class NFSVolumeSourceFluentImpl<T extends NFSVolumeSourceFluent<T>> extends BaseFluent<T> implements NFSVolumeSourceFluent<T>
_visitables| Constructor and Description |
|---|
NFSVolumeSourceFluentImpl() |
NFSVolumeSourceFluentImpl(NFSVolumeSource 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() |
String |
getServer() |
Boolean |
isReadOnly() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withPath(String path) |
T |
withReadOnly(Boolean readOnly) |
T |
withServer(String server) |
public NFSVolumeSourceFluentImpl()
public NFSVolumeSourceFluentImpl(NFSVolumeSource instance)
public String getPath()
getPath in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public T withPath(String path)
withPath in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public Boolean isReadOnly()
isReadOnly in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public T withReadOnly(Boolean readOnly)
withReadOnly in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public String getServer()
getServer in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public T withServer(String server)
withServer in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NFSVolumeSourceFluent<T extends NFSVolumeSourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.