public class CreateAccountRequest extends com.aliyuncs.RpcAcsRequest<CreateAccountResponse>
| Constructor and Description |
|---|
CreateAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountDescription() |
String |
getAccountName() |
String |
getAccountPassword() |
String |
getAccountType() |
String |
getDBInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<CreateAccountResponse> |
getResponseClass() |
void |
setAccountDescription(String accountDescription) |
void |
setAccountName(String accountName) |
void |
setAccountPassword(String accountPassword) |
void |
setAccountType(String accountType) |
void |
setDBInstanceId(String dBInstanceId) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, signRequestbuildHttpConnection, getConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getSslSocketFactory, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setSslSocketFactory, setUrlpublic Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getAccountPassword()
public void setAccountPassword(String accountPassword)
public String getAccountName()
public void setAccountName(String accountName)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getAccountType()
public void setAccountType(String accountType)
public String getDBInstanceId()
public void setDBInstanceId(String dBInstanceId)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getAccountDescription()
public void setAccountDescription(String accountDescription)
public Class<CreateAccountResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<CreateAccountResponse>Copyright © 2018. All Rights Reserved.