Package cn.ucloud.vpc.models
Class DescribeNetworkInterfaceResponse.UNIIpInfo
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeNetworkInterfaceResponse.UNIIpInfo
-
- Enclosing class:
- DescribeNetworkInterfaceResponse
public static class DescribeNetworkInterfaceResponse.UNIIpInfo extends Response
-
-
Constructor Summary
Constructors Constructor Description UNIIpInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getIpAddr()StringgetIpType()voidsetIpAddr(List<String> ipAddr)voidsetIpType(String ipType)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-