public class DescribeWebProtectionDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeWebProtectionDataRequest() |
DescribeWebProtectionDataRequest(DescribeWebProtectionDataRequest 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 |
getAttackType()
Get "webshell" : Webshell检测防护
"oa" : 常见OA漏洞防护
"xss" : XSS跨站脚本攻击防护
"xxe" : XXE攻击防护
"webscan" : 扫描器攻击漏洞防护
"cms" : 常见CMS漏洞防护
"upload" : 恶意文件上传攻击防护
"sql" : SQL注入攻击防护
"cmd_inject": 命令/代码注入攻击防护
"osc" : 开源组件漏洞防护
"file_read" : 任意文件读取
"ldap" : LDAP注入攻击防护
"other" : 其它漏洞防护
"all":"所有"
|
String[] |
getDomains()
Get 子域名列表
|
String |
getEndTime()
Get 结束时间
|
String |
getInterval()
Get 查询时间粒度,可选{min,5min,hour,day}
|
String[] |
getMetricNames()
Get 统计指标列表
|
String |
getProtocolType()
Get 协议类型
|
String |
getStartTime()
Get 开始时间
|
String[] |
getZoneIds()
Get 站点id列表
|
void |
setAttackType(String AttackType)
Set "webshell" : Webshell检测防护
"oa" : 常见OA漏洞防护
"xss" : XSS跨站脚本攻击防护
"xxe" : XXE攻击防护
"webscan" : 扫描器攻击漏洞防护
"cms" : 常见CMS漏洞防护
"upload" : 恶意文件上传攻击防护
"sql" : SQL注入攻击防护
"cmd_inject": 命令/代码注入攻击防护
"osc" : 开源组件漏洞防护
"file_read" : 任意文件读取
"ldap" : LDAP注入攻击防护
"other" : 其它漏洞防护
"all":"所有"
|
void |
setDomains(String[] Domains)
Set 子域名列表
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setInterval(String Interval)
Set 查询时间粒度,可选{min,5min,hour,day}
|
void |
setMetricNames(String[] MetricNames)
Set 统计指标列表
|
void |
setProtocolType(String ProtocolType)
Set 协议类型
|
void |
setStartTime(String StartTime)
Set 开始时间
|
void |
setZoneIds(String[] ZoneIds)
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 DescribeWebProtectionDataRequest()
public DescribeWebProtectionDataRequest(DescribeWebProtectionDataRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间public String[] getMetricNames()
public void setMetricNames(String[] MetricNames)
MetricNames
- 统计指标列表public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- 站点id列表public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- 子域名列表public String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType
- 协议类型public String getAttackType()
public void setAttackType(String AttackType)
AttackType
- "webshell" : Webshell检测防护
"oa" : 常见OA漏洞防护
"xss" : XSS跨站脚本攻击防护
"xxe" : XXE攻击防护
"webscan" : 扫描器攻击漏洞防护
"cms" : 常见CMS漏洞防护
"upload" : 恶意文件上传攻击防护
"sql" : SQL注入攻击防护
"cmd_inject": 命令/代码注入攻击防护
"osc" : 开源组件漏洞防护
"file_read" : 任意文件读取
"ldap" : LDAP注入攻击防护
"other" : 其它漏洞防护
"all":"所有"public String getInterval()
public void setInterval(String Interval)
Interval
- 查询时间粒度,可选{min,5min,hour,day}Copyright © 2022. All rights reserved.