public class DescribeDeploymentSetTopologyResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeDeploymentSetTopologyResponse._Switch |
static class |
DescribeDeploymentSetTopologyResponse.Rack |
| Constructor and Description |
|---|
DescribeDeploymentSetTopologyResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDeploymentSetTopologyResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<DescribeDeploymentSetTopologyResponse.Rack> |
getRacks() |
String |
getRequestId() |
List<DescribeDeploymentSetTopologyResponse._Switch> |
getSwitchs() |
void |
setRacks(List<DescribeDeploymentSetTopologyResponse.Rack> racks) |
void |
setRequestId(String requestId) |
void |
setSwitchs(List<DescribeDeploymentSetTopologyResponse._Switch> switchs) |
public DescribeDeploymentSetTopologyResponse()
public String getRequestId()
public void setRequestId(String requestId)
public List<DescribeDeploymentSetTopologyResponse._Switch> getSwitchs()
public void setSwitchs(List<DescribeDeploymentSetTopologyResponse._Switch> switchs)
public List<DescribeDeploymentSetTopologyResponse.Rack> getRacks()
public void setRacks(List<DescribeDeploymentSetTopologyResponse.Rack> racks)
public DescribeDeploymentSetTopologyResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.