Class DeleteBlackListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ses.v20201002.models.DeleteBlackListRequest
-
public class DeleteBlackListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteBlackListRequest()DeleteBlackListRequest(DeleteBlackListRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getEmailAddressList()Get 需要清除的黑名单邮箱列表,数组长度至少为1voidsetEmailAddressList(String[] EmailAddressList)Set 需要清除的黑名单邮箱列表,数组长度至少为1voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteBlackListRequest
public DeleteBlackListRequest()
-
DeleteBlackListRequest
public DeleteBlackListRequest(DeleteBlackListRequest 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.
-
-
Method Detail
-
getEmailAddressList
public String[] getEmailAddressList()
Get 需要清除的黑名单邮箱列表,数组长度至少为1- Returns:
- EmailAddressList 需要清除的黑名单邮箱列表,数组长度至少为1
-
setEmailAddressList
public void setEmailAddressList(String[] EmailAddressList)
Set 需要清除的黑名单邮箱列表,数组长度至少为1- Parameters:
EmailAddressList- 需要清除的黑名单邮箱列表,数组长度至少为1
-
-