@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class ZoneTopo extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_CLUSTER |
static String |
SERIALIZED_NAME_CLUSTER_TOPO |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_LOCAL_ID |
static String |
SERIALIZED_NAME_RACK_TOPOES |
| 构造器和说明 |
|---|
ZoneTopo() |
| 限定符和类型 | 方法和说明 |
|---|---|
ZoneTopo |
addRackTopoesItem(NestedRackTopo rackTopoesItem) |
ZoneTopo |
cluster(NestedCluster cluster) |
ZoneTopo |
clusterTopo(NestedClusterTopo clusterTopo) |
boolean |
equals(Object o) |
NestedCluster |
getCluster()
Get cluster
|
NestedClusterTopo |
getClusterTopo()
Get clusterTopo
|
String |
getId()
Get id
|
String |
getLocalId()
Get localId
|
List<NestedRackTopo> |
getRackTopoes()
Get rackTopoes
|
int |
hashCode() |
ZoneTopo |
id(String id) |
ZoneTopo |
localId(String localId) |
ZoneTopo |
rackTopoes(List<NestedRackTopo> rackTopoes) |
void |
setCluster(NestedCluster cluster) |
void |
setClusterTopo(NestedClusterTopo clusterTopo) |
void |
setId(String id) |
void |
setLocalId(String localId) |
void |
setRackTopoes(List<NestedRackTopo> rackTopoes) |
String |
toString() |
public ZoneTopo cluster(NestedCluster cluster)
@Nonnull public NestedCluster getCluster()
public void setCluster(NestedCluster cluster)
public ZoneTopo clusterTopo(NestedClusterTopo clusterTopo)
@Nonnull public NestedClusterTopo getClusterTopo()
public void setClusterTopo(NestedClusterTopo clusterTopo)
public void setId(String id)
public void setLocalId(String localId)
public ZoneTopo rackTopoes(List<NestedRackTopo> rackTopoes)
public ZoneTopo addRackTopoesItem(NestedRackTopo rackTopoesItem)
@Nullable public List<NestedRackTopo> getRackTopoes()
public void setRackTopoes(List<NestedRackTopo> rackTopoes)
Copyright © 2025. All rights reserved.