public class DescribeWebProtectionAttackEventsRequest extends AbstractModel
Constructor and Description |
---|
DescribeWebProtectionAttackEventsRequest() |
DescribeWebProtectionAttackEventsRequest(DescribeWebProtectionAttackEventsRequest 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[] |
getDomains()
Get 域名集合,不填默认选择全部子域名。
|
String |
getEndTime()
Get 结束时间。
|
Long |
getLimit()
Get 分页查询的限制数目,默认值为20,最大查询条目为1000。
|
Long |
getOffset()
Get 分页的偏移量,默认值为0。
|
String |
getStartTime()
Get 开始时间。
|
String[] |
getZoneIds()
Get 站点集合,不填默认选择全部站点。
|
void |
setDomains(String[] Domains)
Set 域名集合,不填默认选择全部子域名。
|
void |
setEndTime(String EndTime)
Set 结束时间。
|
void |
setLimit(Long Limit)
Set 分页查询的限制数目,默认值为20,最大查询条目为1000。
|
void |
setOffset(Long Offset)
Set 分页的偏移量,默认值为0。
|
void |
setStartTime(String StartTime)
Set 开始时间。
|
void |
setZoneIds(String[] ZoneIds)
Set 站点集合,不填默认选择全部站点。
|
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 DescribeWebProtectionAttackEventsRequest()
public DescribeWebProtectionAttackEventsRequest(DescribeWebProtectionAttackEventsRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间。public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- 站点集合,不填默认选择全部站点。public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- 域名集合,不填默认选择全部子域名。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询的限制数目,默认值为20,最大查询条目为1000。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页的偏移量,默认值为0。Copyright © 2022. All rights reserved.