com.aliyuncs.ecs.model.v20140526
类 AllocateEipAddressResponse

java.lang.Object
  继承者 com.aliyuncs.AcsResponse
      继承者 com.aliyuncs.ecs.model.v20140526.AllocateEipAddressResponse

public class AllocateEipAddressResponse
extends com.aliyuncs.AcsResponse

版本:
作者:
auto create

构造方法摘要
AllocateEipAddressResponse()
           
 
方法摘要
 String getAllocationId()
           
 String getEipAddress()
           
 AllocateEipAddressResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
           
 String getRequestId()
           
 void setAllocationId(String allocationId)
           
 void setEipAddress(String eipAddress)
           
 void setRequestId(String requestId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AllocateEipAddressResponse

public AllocateEipAddressResponse()
方法详细信息

getRequestId

public String getRequestId()

setRequestId

public void setRequestId(String requestId)

getAllocationId

public String getAllocationId()

setAllocationId

public void setAllocationId(String allocationId)

getEipAddress

public String getEipAddress()

setEipAddress

public void setEipAddress(String eipAddress)

getInstance

public AllocateEipAddressResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
指定者:
com.aliyuncs.AcsResponse 中的 getInstance


Copyright © 2016. All Rights Reserved.