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

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

public static class DescribeInstanceAttributeResponse.EipAddress
extends Object


构造方法摘要
DescribeInstanceAttributeResponse.EipAddress()
           
 
方法摘要
 String getAllocationId()
           
 Integer getBandwidth()
           
 String getInternetChargeType()
           
 String getIpAddress()
           
 void setAllocationId(String allocationId)
           
 void setBandwidth(Integer bandwidth)
           
 void setInternetChargeType(String internetChargeType)
           
 void setIpAddress(String ipAddress)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DescribeInstanceAttributeResponse.EipAddress

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

getAllocationId

public String getAllocationId()

setAllocationId

public void setAllocationId(String allocationId)

getIpAddress

public String getIpAddress()

setIpAddress

public void setIpAddress(String ipAddress)

getBandwidth

public Integer getBandwidth()

setBandwidth

public void setBandwidth(Integer bandwidth)

getInternetChargeType

public String getInternetChargeType()

setInternetChargeType

public void setInternetChargeType(String internetChargeType)


Copyright © 2016. All Rights Reserved.