com.aliyuncs.ecs.model.v20140526
类 DescribeInstancesResponse.Instance.EipAddress

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

public static class DescribeInstancesResponse.Instance.EipAddress
extends Object


构造方法摘要
DescribeInstancesResponse.Instance.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
 

构造方法详细信息

DescribeInstancesResponse.Instance.EipAddress

public DescribeInstancesResponse.Instance.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.