public class ListVpcResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListVpcResponse.VpcEntity |
| Constructor and Description |
|---|
ListVpcResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCode() |
ListVpcResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
List<ListVpcResponse.VpcEntity> |
getVpcList() |
void |
setCode(Integer code) |
void |
setMessage(String message) |
void |
setVpcList(List<ListVpcResponse.VpcEntity> vpcList) |
public Integer getCode()
public void setCode(Integer code)
public String getMessage()
public void setMessage(String message)
public List<ListVpcResponse.VpcEntity> getVpcList()
public void setVpcList(List<ListVpcResponse.VpcEntity> vpcList)
public ListVpcResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.