Package cn.ucloud.vpc.models
Class DescribeInstanceNetworkInterfaceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.vpc.models.DescribeInstanceNetworkInterfaceResponse
-
public class DescribeInstanceNetworkInterfaceResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeInstanceNetworkInterfaceResponse.InstanceNetworkInterface
-
Constructor Summary
Constructors Constructor Description DescribeInstanceNetworkInterfaceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeInstanceNetworkInterfaceResponse.InstanceNetworkInterface>getNetworkInterfaceSet()voidsetNetworkInterfaceSet(List<DescribeInstanceNetworkInterfaceResponse.InstanceNetworkInterface> networkInterfaceSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getNetworkInterfaceSet
public List<DescribeInstanceNetworkInterfaceResponse.InstanceNetworkInterface> getNetworkInterfaceSet()
-
setNetworkInterfaceSet
public void setNetworkInterfaceSet(List<DescribeInstanceNetworkInterfaceResponse.InstanceNetworkInterface> networkInterfaceSet)
-
-