public class FlockerVolumeSourceFluentImpl<A extends FlockerVolumeSourceFluent<A>> extends BaseFluent<A> implements FlockerVolumeSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
FlockerVolumeSourceFluentImpl() |
FlockerVolumeSourceFluentImpl(FlockerVolumeSource 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 |
getDatasetName() |
String |
getDatasetUUID() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDatasetName() |
Boolean |
hasDatasetUUID() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDatasetName(String datasetName) |
A |
withDatasetUUID(String datasetUUID) |
A |
withNewDatasetName(String arg0)
Deprecated.
|
A |
withNewDatasetUUID(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic FlockerVolumeSourceFluentImpl()
public FlockerVolumeSourceFluentImpl(FlockerVolumeSource instance)
public String getDatasetName()
getDatasetName in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public A withDatasetName(String datasetName)
withDatasetName in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public Boolean hasDatasetName()
hasDatasetName in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>@Deprecated public A withNewDatasetName(String arg0)
withNewDatasetName in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public String getDatasetUUID()
getDatasetUUID in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public A withDatasetUUID(String datasetUUID)
withDatasetUUID in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public Boolean hasDatasetUUID()
hasDatasetUUID in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>@Deprecated public A withNewDatasetUUID(String arg0)
withNewDatasetUUID in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface FlockerVolumeSourceFluent<A extends FlockerVolumeSourceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.