@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class NodeTopo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_BRICK_TOPO |
static String |
SERIALIZED_NAME_CLUSTER |
static String |
SERIALIZED_NAME_CLUSTER_TOPO |
static String |
SERIALIZED_NAME_HOST |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LOCAL_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_POSITION |
| 构造器和说明 |
|---|
NodeTopo() |
| 限定符和类型 | 方法和说明 |
|---|---|
NodeTopo |
brickTopo(NestedBrickTopo brickTopo) |
NodeTopo |
cluster(NestedCluster cluster) |
NodeTopo |
clusterTopo(NestedClusterTopo clusterTopo) |
boolean |
equals(Object o) |
NestedBrickTopo |
getBrickTopo()
Get brickTopo
|
NestedCluster |
getCluster()
Get cluster
|
NestedClusterTopo |
getClusterTopo()
Get clusterTopo
|
NestedHost |
getHost()
Get host
|
String |
getId()
Get id
|
String |
getLocalId()
Get localId
|
String |
getName()
Get name
|
NestedPosition |
getPosition()
Get position
|
int |
hashCode() |
NodeTopo |
host(NestedHost host) |
NodeTopo |
id(String id) |
NodeTopo |
localId(String localId) |
NodeTopo |
name(String name) |
NodeTopo |
position(NestedPosition position) |
void |
setBrickTopo(NestedBrickTopo brickTopo) |
void |
setCluster(NestedCluster cluster) |
void |
setClusterTopo(NestedClusterTopo clusterTopo) |
void |
setHost(NestedHost host) |
void |
setId(String id) |
void |
setLocalId(String localId) |
void |
setName(String name) |
void |
setPosition(NestedPosition position) |
String |
toString() |
public NodeTopo brickTopo(NestedBrickTopo brickTopo)
@Nullable public NestedBrickTopo getBrickTopo()
public void setBrickTopo(NestedBrickTopo brickTopo)
public NodeTopo cluster(NestedCluster cluster)
@Nonnull public NestedCluster getCluster()
public void setCluster(NestedCluster cluster)
public NodeTopo clusterTopo(NestedClusterTopo clusterTopo)
@Nullable public NestedClusterTopo getClusterTopo()
public void setClusterTopo(NestedClusterTopo clusterTopo)
public NodeTopo host(NestedHost host)
@Nonnull public NestedHost getHost()
public void setHost(NestedHost host)
public void setId(String id)
public void setLocalId(String localId)
public void setName(String name)
public NodeTopo position(NestedPosition position)
@Nonnull public NestedPosition getPosition()
public void setPosition(NestedPosition position)
Copyright © 2025. All rights reserved.