类 AssociatedElasticIpForDescribeNetworkInterfacesOutput
- java.lang.Object
-
- com.volcengine.vpc.model.AssociatedElasticIpForDescribeNetworkInterfacesOutput
-
public class AssociatedElasticIpForDescribeNetworkInterfacesOutput extends Object
AssociatedElasticIpForDescribeNetworkInterfacesOutput
-
-
构造器概要
构造器 构造器 说明 AssociatedElasticIpForDescribeNetworkInterfacesOutput()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 AssociatedElasticIpForDescribeNetworkInterfacesOutputallocationId(String allocationId)AssociatedElasticIpForDescribeNetworkInterfacesOutputeipAddress(String eipAddress)booleanequals(Object o)StringgetAllocationId()Get allocationIdStringgetEipAddress()Get eipAddressinthashCode()voidsetAllocationId(String allocationId)voidsetEipAddress(String eipAddress)StringtoString()
-
-
-
方法详细资料
-
allocationId
public AssociatedElasticIpForDescribeNetworkInterfacesOutput allocationId(String allocationId)
-
getAllocationId
public String getAllocationId()
Get allocationId- 返回:
- allocationId
-
setAllocationId
public void setAllocationId(String allocationId)
-
eipAddress
public AssociatedElasticIpForDescribeNetworkInterfacesOutput eipAddress(String eipAddress)
-
getEipAddress
public String getEipAddress()
Get eipAddress- 返回:
- eipAddress
-
setEipAddress
public void setEipAddress(String eipAddress)
-
-