public class DeleteBlackListRequest extends AbstractModel
| Constructor and Description |
|---|
DeleteBlackListRequest() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getEmailAddressList()
Get List of email addresses to be unblocklisted.
|
void |
setEmailAddressList(String[] EmailAddressList)
Set List of email addresses to be unblocklisted.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String[] getEmailAddressList()
public void setEmailAddressList(String[] EmailAddressList)
EmailAddressList - List of email addresses to be unblocklisted. Enter at least one address.Copyright © 2021. All rights reserved.