Package cn.ucloud.vpc.models
Class AllocateBatchSecondaryIpResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.AllocateBatchSecondaryIpResponse
-
public class AllocateBatchSecondaryIpResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllocateBatchSecondaryIpResponse.IpsInfostatic classAllocateBatchSecondaryIpResponse.StatusInfo
-
Constructor Summary
Constructors Constructor Description AllocateBatchSecondaryIpResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AllocateBatchSecondaryIpResponse.IpsInfo>getIpsInfo()voidsetIpsInfo(List<AllocateBatchSecondaryIpResponse.IpsInfo> ipsInfo)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getIpsInfo
public List<AllocateBatchSecondaryIpResponse.IpsInfo> getIpsInfo()
-
setIpsInfo
public void setIpsInfo(List<AllocateBatchSecondaryIpResponse.IpsInfo> ipsInfo)
-
-