Package cn.ucloud.vpc.models
Class AllocateBatchSecondaryIpResponse.IpsInfo
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.AllocateBatchSecondaryIpResponse.IpsInfo
-
- Enclosing class:
- AllocateBatchSecondaryIpResponse
public static class AllocateBatchSecondaryIpResponse.IpsInfo extends Response
-
-
Constructor Summary
Constructors Constructor Description IpsInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGateway()StringgetIp()StringgetMac()StringgetMask()AllocateBatchSecondaryIpResponse.StatusInfogetStatus()StringgetSubnetId()StringgetVPCId()voidsetGateway(String gateway)voidsetIp(String ip)voidsetMac(String mac)voidsetMask(String mask)voidsetStatus(AllocateBatchSecondaryIpResponse.StatusInfo status)voidsetSubnetId(String subnetId)voidsetVPCId(String vpcId)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getIp
public String getIp()
-
setIp
public void setIp(String ip)
-
getMask
public String getMask()
-
setMask
public void setMask(String mask)
-
getGateway
public String getGateway()
-
setGateway
public void setGateway(String gateway)
-
getMac
public String getMac()
-
setMac
public void setMac(String mac)
-
getSubnetId
public String getSubnetId()
-
setSubnetId
public void setSubnetId(String subnetId)
-
getVPCId
public String getVPCId()
-
setVPCId
public void setVPCId(String vpcId)
-
getStatus
public AllocateBatchSecondaryIpResponse.StatusInfo getStatus()
-
setStatus
public void setStatus(AllocateBatchSecondaryIpResponse.StatusInfo status)
-
-