public class Cell extends Object
| 构造器和说明 |
|---|
Cell() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCell()
cell
|
Long |
getCellType()
cell type
|
String |
getDatacenter()
datacenter
|
List<DeployUnit> |
getDeployUnits() |
String |
getEndpoint()
endpoint
|
String |
getInstanceId()
instance_id
|
void |
setCell(String cell)
cell
|
void |
setCellType(Long cellType)
cell type
|
void |
setDatacenter(String datacenter)
datacenter
|
void |
setDeployUnits(List<DeployUnit> deployUnits) |
void |
setEndpoint(String endpoint)
endpoint
|
void |
setInstanceId(String instanceId)
instance_id
|
public String getInstanceId()
public void setInstanceId(String instanceId)
public String getCell()
public void setCell(String cell)
public Long getCellType()
public void setCellType(Long cellType)
public String getDatacenter()
public void setDatacenter(String datacenter)
public List<DeployUnit> getDeployUnits()
public void setDeployUnits(List<DeployUnit> deployUnits)
public String getEndpoint()
public void setEndpoint(String endpoint)
Copyright © 2025. All Rights Reserved.