Package cn.ucloud.vpc.models
Class AllocateSecondaryIpResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.AllocateSecondaryIpResponse
-
public class AllocateSecondaryIpResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllocateSecondaryIpResponse.IpInfo
-
Constructor Summary
Constructors Constructor Description AllocateSecondaryIpResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllocateSecondaryIpResponse.IpInfogetIpInfo()voidsetIpInfo(AllocateSecondaryIpResponse.IpInfo ipInfo)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getIpInfo
public AllocateSecondaryIpResponse.IpInfo getIpInfo()
-
setIpInfo
public void setIpInfo(AllocateSecondaryIpResponse.IpInfo ipInfo)
-
-