com.aliyuncs.dm.model.v20151123
类 CreateMailAddressRequest

java.lang.Object
  继承者 com.aliyuncs.http.HttpRequest
      继承者 com.aliyuncs.AcsRequest<T>
          继承者 com.aliyuncs.RpcAcsRequest<CreateMailAddressResponse>
              继承者 com.aliyuncs.dm.model.v20151123.CreateMailAddressRequest

public class CreateMailAddressRequest
extends com.aliyuncs.RpcAcsRequest<CreateMailAddressResponse>

版本:
作者:
auto create

字段摘要
 
从类 com.aliyuncs.AcsRequest 继承的字段
composer
 
从类 com.aliyuncs.http.HttpRequest 继承的字段
connectTimeout, content, CONTENT_LENGTH, CONTENT_MD5, CONTENT_TYPE, contentType, encoding, headers, readTimeout
 
构造方法摘要
CreateMailAddressRequest()
           
 
方法摘要
 String getAccountName()
           
 Long getOwnerId()
           
 String getReplyAddress()
           
 String getResourceOwnerAccount()
           
 Long getResourceOwnerId()
           
 Class<CreateMailAddressResponse> getResponseClass()
           
 String getSendtype()
           
 void setAccountName(String accountName)
           
 void setOwnerId(Long ownerId)
           
 void setReplyAddress(String replyAddress)
           
 void setResourceOwnerAccount(String resourceOwnerAccount)
           
 void setResourceOwnerId(Long resourceOwnerId)
           
 void setSendtype(String sendtype)
           
 
从类 com.aliyuncs.RpcAcsRequest 继承的方法
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequest
 
从类 com.aliyuncs.AcsRequest 继承的方法
concatQueryString, getAcceptFormat, getActionName, getDomainParameters, getEndpointType, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getServiceCode, getVersion, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setParameter, setProtocol, setRegionId, setServiceCode
 
从类 com.aliyuncs.http.HttpRequest 继承的方法
getConnectTimeout, getContent, getContentType, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setContent, setContentType, setEncoding, setMethod, setReadTimeout, setUrl
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CreateMailAddressRequest

public CreateMailAddressRequest()
方法详细信息

getOwnerId

public Long getOwnerId()

setOwnerId

public void setOwnerId(Long ownerId)

getResourceOwnerAccount

public String getResourceOwnerAccount()

setResourceOwnerAccount

public void setResourceOwnerAccount(String resourceOwnerAccount)

getResourceOwnerId

public Long getResourceOwnerId()

setResourceOwnerId

public void setResourceOwnerId(Long resourceOwnerId)

getAccountName

public String getAccountName()

setAccountName

public void setAccountName(String accountName)

getReplyAddress

public String getReplyAddress()

setReplyAddress

public void setReplyAddress(String replyAddress)

getSendtype

public String getSendtype()

setSendtype

public void setSendtype(String sendtype)

getResponseClass

public Class<CreateMailAddressResponse> getResponseClass()
指定者:
com.aliyuncs.AcsRequest<CreateMailAddressResponse> 中的 getResponseClass


Copyright © 2017. All Rights Reserved.