public class AllocatePublicIpAddressRequest extends com.aliyuncs.RpcAcsRequest<AllocatePublicIpAddressResponse>
| Constructor and Description |
|---|
AllocatePublicIpAddressRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceId() |
String |
getIpAddress() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<AllocatePublicIpAddressResponse> |
getResponseClass() |
String |
getVlanId() |
void |
setInstanceId(String instanceId) |
void |
setIpAddress(String ipAddress) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setVlanId(String vlanId) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, setParameter, setProtocol, setRegionIdgetConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setUrlpublic String getIpAddress()
public void setIpAddress(String ipAddress)
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getInstanceId()
public void setInstanceId(String instanceId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getVlanId()
public void setVlanId(String vlanId)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Class<AllocatePublicIpAddressResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<AllocatePublicIpAddressResponse>Copyright © 2017. All Rights Reserved.