Package cn.ucloud.vpc.models
Class DescribeVPCIntercomResponse.VPCIntercomInfo
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeVPCIntercomResponse.VPCIntercomInfo
-
- Enclosing class:
- DescribeVPCIntercomResponse
public static class DescribeVPCIntercomResponse.VPCIntercomInfo extends Response
-
-
Constructor Summary
Constructors Constructor Description VPCIntercomInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAccountId()StringgetDstRegion()StringgetName()List<String>getNetwork()StringgetProjectId()StringgetTag()StringgetVPCId()IntegergetVPCType()voidsetAccountId(Integer accountId)voidsetDstRegion(String dstRegion)voidsetName(String name)voidsetNetwork(List<String> network)voidsetProjectId(String projectId)voidsetTag(String tag)voidsetVPCId(String vpcId)voidsetVPCType(Integer vpcType)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
-
setProjectId
public void setProjectId(String projectId)
-
getVPCType
public Integer getVPCType()
-
setVPCType
public void setVPCType(Integer vpcType)
-
getAccountId
public Integer getAccountId()
-
setAccountId
public void setAccountId(Integer accountId)
-
getDstRegion
public String getDstRegion()
-
setDstRegion
public void setDstRegion(String dstRegion)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getVPCId
public String getVPCId()
-
setVPCId
public void setVPCId(String vpcId)
-
getTag
public String getTag()
-
setTag
public void setTag(String tag)
-
-