Package cn.ucloud.unet.models
Class AllocateEIPResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.unet.models.AllocateEIPResponse
-
public class AllocateEIPResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAllocateEIPResponse.UnetAllocateEIPSetstatic classAllocateEIPResponse.UnetEIPAddrSet
-
Constructor Summary
Constructors Constructor Description AllocateEIPResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AllocateEIPResponse.UnetAllocateEIPSet>getEIPSet()voidsetEIPSet(List<AllocateEIPResponse.UnetAllocateEIPSet> eipSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getEIPSet
public List<AllocateEIPResponse.UnetAllocateEIPSet> getEIPSet()
-
setEIPSet
public void setEIPSet(List<AllocateEIPResponse.UnetAllocateEIPSet> eipSet)
-
-