public class NamedClusterFluentImpl<A extends NamedClusterFluent<A>> extends BaseFluent<A> implements NamedClusterFluent<A>
| 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 |
|---|---|
Cluster |
buildCluster() |
NamedClusterFluent.ClusterNested<A> |
editCluster() |
NamedClusterFluent.ClusterNested<A> |
editOrNewCluster() |
NamedClusterFluent.ClusterNested<A> |
editOrNewClusterLike(Cluster item) |
boolean |
equals(Object o) |
Cluster |
getCluster()
Deprecated.
|
String |
getName() |
Boolean |
hasCluster() |
Boolean |
hasName() |
A |
withCluster(Cluster cluster) |
A |
withName(String name) |
NamedClusterFluent.ClusterNested<A> |
withNewCluster() |
NamedClusterFluent.ClusterNested<A> |
withNewClusterLike(Cluster item) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
public NamedClusterFluentImpl()
public NamedClusterFluentImpl(NamedCluster instance)
@Deprecated public Cluster getCluster()
getCluster in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public Cluster buildCluster()
buildCluster in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public A withCluster(Cluster cluster)
withCluster in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public Boolean hasCluster()
hasCluster in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public NamedClusterFluent.ClusterNested<A> withNewCluster()
withNewCluster in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public NamedClusterFluent.ClusterNested<A> withNewClusterLike(Cluster item)
withNewClusterLike in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public NamedClusterFluent.ClusterNested<A> editCluster()
editCluster in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public NamedClusterFluent.ClusterNested<A> editOrNewCluster()
editOrNewCluster in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public NamedClusterFluent.ClusterNested<A> editOrNewClusterLike(Cluster item)
editOrNewClusterLike in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public String getName()
getName in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public A withName(String name)
withName in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public Boolean hasName()
hasName in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public A withNewName(String arg1)
withNewName in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface NamedClusterFluent<A extends NamedClusterFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface NamedClusterFluent<A extends NamedClusterFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.