public class DeleteBlackListRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getEmailAddressList()
Get 需要清除的黑名单邮箱列表,数组长度至少为1
|
void |
setEmailAddressList(String[] EmailAddressList)
Set 需要清除的黑名单邮箱列表,数组长度至少为1
|
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, toJsonString
public DeleteBlackListRequest()
public DeleteBlackListRequest(DeleteBlackListRequest source)
public String[] getEmailAddressList()
public void setEmailAddressList(String[] EmailAddressList)
EmailAddressList
- 需要清除的黑名单邮箱列表,数组长度至少为1Copyright © 2024. All rights reserved.