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, VISIT| 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() |
int |
hashCode() |
Boolean |
hasName() |
A |
withCluster(Cluster cluster) |
A |
withName(String name) |
NamedClusterFluent.ClusterNested<A> |
withNewCluster() |
NamedClusterFluent.ClusterNested<A> |
withNewClusterLike(Cluster item) |
A |
withNewName(String arg0)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewName(String arg0)
withNewName in interface NamedClusterFluent<A extends NamedClusterFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.