public class DescribeAddableEntityListRequest extends AbstractModel
Constructor and Description |
---|
DescribeAddableEntityListRequest() |
DescribeAddableEntityListRequest(DescribeAddableEntityListRequest 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 |
getEntityType()
Get 推送数据类型,取值有:
domain:七层加速日志;
application:四层加速日志;
web-rateLiming:速率限制日志;
web-attack:web攻击防护日志;
web-rule:自定义规则日志;
web-bot:Bot管理日志。
|
String |
getZoneId()
Get 站点ID。
|
void |
setEntityType(String EntityType)
Set 推送数据类型,取值有:
domain:七层加速日志;
application:四层加速日志;
web-rateLiming:速率限制日志;
web-attack:web攻击防护日志;
web-rule:自定义规则日志;
web-bot:Bot管理日志。
|
void |
setZoneId(String ZoneId)
Set 站点ID。
|
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, toJsonString
public DescribeAddableEntityListRequest()
public DescribeAddableEntityListRequest(DescribeAddableEntityListRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点ID。public String getEntityType()
public void setEntityType(String EntityType)
EntityType
- 推送数据类型,取值有:
Copyright © 2022. All rights reserved.