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 事件ID,事件列表加白名单时传递,白名单添加成功后,会将事件变成已加白状态
|
BanWhiteList |
getRules()
Get 阻断规则
|
void |
setEventId(Long EventId)
Set 事件ID,事件列表加白名单时传递,白名单添加成功后,会将事件变成已加白状态
|
void |
setRules(BanWhiteList Rules)
Set 阻断规则
|
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 CreateBanWhiteListRequest()
public CreateBanWhiteListRequest(CreateBanWhiteListRequest source)
public BanWhiteList getRules()
public void setRules(BanWhiteList Rules)
Rules
- 阻断规则public Long getEventId()
public void setEventId(Long EventId)
EventId
- 事件ID,事件列表加白名单时传递,白名单添加成功后,会将事件变成已加白状态Copyright © 2024. All rights reserved.