Package cn.ucloud.unet.models
Class AllocateEIPResponse.UnetAllocateEIPSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.unet.models.AllocateEIPResponse.UnetAllocateEIPSet
-
- Enclosing class:
- AllocateEIPResponse
public static class AllocateEIPResponse.UnetAllocateEIPSet extends Response
-
-
Constructor Summary
Constructors Constructor Description UnetAllocateEIPSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AllocateEIPResponse.UnetEIPAddrSet>getEIPAddr()StringgetEIPId()voidsetEIPAddr(List<AllocateEIPResponse.UnetEIPAddrSet> eipAddr)voidsetEIPId(String eipId)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getEIPId
public String getEIPId()
-
setEIPId
public void setEIPId(String eipId)
-
getEIPAddr
public List<AllocateEIPResponse.UnetEIPAddrSet> getEIPAddr()
-
setEIPAddr
public void setEIPAddr(List<AllocateEIPResponse.UnetEIPAddrSet> eipAddr)
-
-