public class CreateEmailIdentityRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateEmailIdentityRequest() | 
| CreateEmailIdentityRequest(CreateEmailIdentityRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getDKIMOption()Get 生成的dkim密钥长度。0:1024,1:2048 | 
| String | getEmailIdentity()Get 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。 | 
| TagList[] | getTagList()Get tag 标签 | 
| void | setDKIMOption(Long DKIMOption)Set 生成的dkim密钥长度。0:1024,1:2048 | 
| void | setEmailIdentity(String EmailIdentity)Set 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。 | 
| void | setTagList(TagList[] TagList)Set tag 标签 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateEmailIdentityRequest()
public CreateEmailIdentityRequest(CreateEmailIdentityRequest source)
public String getEmailIdentity()
public void setEmailIdentity(String EmailIdentity)
EmailIdentity - 您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。public Long getDKIMOption()
public void setDKIMOption(Long DKIMOption)
DKIMOption - 生成的dkim密钥长度。0:1024,1:2048public TagList[] getTagList()
public void setTagList(TagList[] TagList)
TagList - tag 标签Copyright © 2025. All rights reserved.