public class NamedClusterFluentImpl<T extends NamedClusterFluent<T>> extends BaseFluent<T> implements NamedClusterFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedClusterFluentImpl.ClusterNestedImpl<N> |
NamedClusterFluent.ClusterNested<N>_visitables| Constructor and Description |
|---|
NamedClusterFluentImpl() |
NamedClusterFluentImpl(NamedCluster instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
NamedClusterFluent.ClusterNested<T> |
editCluster() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Cluster |
getCluster() |
String |
getName() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withCluster(Cluster cluster) |
T |
withName(String name) |
NamedClusterFluent.ClusterNested<T> |
withNewCluster() |
NamedClusterFluent.ClusterNested<T> |
withNewClusterLike(Cluster item) |
public NamedClusterFluentImpl()
public NamedClusterFluentImpl(NamedCluster instance)
public Cluster getCluster()
getCluster in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public T withCluster(Cluster cluster)
withCluster in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public NamedClusterFluent.ClusterNested<T> withNewCluster()
withNewCluster in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public NamedClusterFluent.ClusterNested<T> withNewClusterLike(Cluster item)
withNewClusterLike in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public NamedClusterFluent.ClusterNested<T> editCluster()
editCluster in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public String getName()
getName in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public T withName(String name)
withName in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamedClusterFluent<T extends NamedClusterFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamedClusterFluent<T extends NamedClusterFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.