Package cn.ucloud.vpc.models
Class AllocateVIPResponse.VIPSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.AllocateVIPResponse.VIPSet
-
- Enclosing class:
- AllocateVIPResponse
public static class AllocateVIPResponse.VIPSet extends Response
-
-
Constructor Summary
Constructors Constructor Description VIPSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetVIP()StringgetVIPId()StringgetVPCId()voidsetVIP(String vip)voidsetVIPId(String vipId)voidsetVPCId(String vpcId)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-