com.aliyuncs.ecs.model.v20140526
类 DescribeEipAddressesResponse.EipAddress

java.lang.Object
  继承者 com.aliyuncs.ecs.model.v20140526.DescribeEipAddressesResponse.EipAddress
包容类:
DescribeEipAddressesResponse

public static class DescribeEipAddressesResponse.EipAddress
extends Object


嵌套类摘要
static class DescribeEipAddressesResponse.EipAddress.LockReason
           
 
构造方法摘要
DescribeEipAddressesResponse.EipAddress()
           
 
方法摘要
 String getAllocationId()
           
 String getAllocationTime()
           
 String getBandwidth()
           
 String getInstanceId()
           
 String getInstanceType()
           
 String getInternetChargeType()
           
 String getIpAddress()
           
 List<DescribeEipAddressesResponse.EipAddress.LockReason> getOperationLocks()
           
 String getRegionId()
           
 String getStatus()
           
 void setAllocationId(String allocationId)
           
 void setAllocationTime(String allocationTime)
           
 void setBandwidth(String bandwidth)
           
 void setInstanceId(String instanceId)
           
 void setInstanceType(String instanceType)
           
 void setInternetChargeType(String internetChargeType)
           
 void setIpAddress(String ipAddress)
           
 void setOperationLocks(List<DescribeEipAddressesResponse.EipAddress.LockReason> operationLocks)
           
 void setRegionId(String regionId)
           
 void setStatus(String status)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DescribeEipAddressesResponse.EipAddress

public DescribeEipAddressesResponse.EipAddress()
方法详细信息

getRegionId

public String getRegionId()

setRegionId

public void setRegionId(String regionId)

getIpAddress

public String getIpAddress()

setIpAddress

public void setIpAddress(String ipAddress)

getAllocationId

public String getAllocationId()

setAllocationId

public void setAllocationId(String allocationId)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getInstanceId

public String getInstanceId()

setInstanceId

public void setInstanceId(String instanceId)

getBandwidth

public String getBandwidth()

setBandwidth

public void setBandwidth(String bandwidth)

getInternetChargeType

public String getInternetChargeType()

setInternetChargeType

public void setInternetChargeType(String internetChargeType)

getAllocationTime

public String getAllocationTime()

setAllocationTime

public void setAllocationTime(String allocationTime)

getInstanceType

public String getInstanceType()

setInstanceType

public void setInstanceType(String instanceType)

getOperationLocks

public List<DescribeEipAddressesResponse.EipAddress.LockReason> getOperationLocks()

setOperationLocks

public void setOperationLocks(List<DescribeEipAddressesResponse.EipAddress.LockReason> operationLocks)


Copyright © 2016. All Rights Reserved.