Package cn.ucloud.vpc.models
Class DescribeNATGWResponse.NatGatewayIPSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNATGWResponse.NatGatewayIPSet
-
- Enclosing class:
- DescribeNATGWResponse
public static class DescribeNATGWResponse.NatGatewayIPSet extends Response
-
-
Constructor Summary
Constructors Constructor Description NatGatewayIPSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBandwidth()StringgetBandwidthType()StringgetEIPId()List<DescribeNATGWResponse.NatGWIPResInfo>getIPResInfo()IntegergetWeight()voidsetBandwidth(Integer bandwidth)voidsetBandwidthType(String bandwidthType)voidsetEIPId(String eipId)voidsetIPResInfo(List<DescribeNATGWResponse.NatGWIPResInfo> ipResInfo)voidsetWeight(Integer weight)-
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)
-
getWeight
public Integer getWeight()
-
setWeight
public void setWeight(Integer weight)
-
getBandwidthType
public String getBandwidthType()
-
setBandwidthType
public void setBandwidthType(String bandwidthType)
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
getIPResInfo
public List<DescribeNATGWResponse.NatGWIPResInfo> getIPResInfo()
-
setIPResInfo
public void setIPResInfo(List<DescribeNATGWResponse.NatGWIPResInfo> ipResInfo)
-
-