Package cn.ucloud.vpc.models
Class AllocateVIPResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.AllocateVIPResponse
-
public class AllocateVIPResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllocateVIPResponse.VIPSet
-
Constructor Summary
Constructors Constructor Description AllocateVIPResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getDataSet()List<AllocateVIPResponse.VIPSet>getVIPSet()voidsetDataSet(List<String> dataSet)voidsetVIPSet(List<AllocateVIPResponse.VIPSet> vipSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getVIPSet
public List<AllocateVIPResponse.VIPSet> getVIPSet()
-
setVIPSet
public void setVIPSet(List<AllocateVIPResponse.VIPSet> vipSet)
-
-