public class CreateBanWhiteListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateBanWhiteListRequest() | 
| CreateBanWhiteListRequest(CreateBanWhiteListRequest 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 | getEventId()Get Event list ID, which is passed when the event list is allowlisted. | 
| BanWhiteList | getRules()Get Block rules | 
| void | setEventId(Long EventId)Set Event list ID, which is passed when the event list is allowlisted. | 
| void | setRules(BanWhiteList Rules)Set Block rules | 
| 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 CreateBanWhiteListRequest()
public CreateBanWhiteListRequest(CreateBanWhiteListRequest source)
public BanWhiteList getRules()
public void setRules(BanWhiteList Rules)
Rules - Block rulespublic Long getEventId()
public void setEventId(Long EventId)
EventId - Event list ID, which is passed when the event list is allowlisted. After it is successfully allowlisted, the events in the list will be marked as whitelisted.Copyright © 2025. All rights reserved.