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 |
getPageNo()
Get 当前页
|
Long |
getPageSize()
Get 条数
|
String |
getStartTime()
Get 开始时间
|
String[] |
getZoneIds()
Get 站点集合
|
void |
setDomains(String[] Domains)
Set 域名
|
void |
setEndTime(String EndTime)
Set 结束时间
|
void |
setPageNo(Long PageNo)
Set 当前页
|
void |
setPageSize(Long PageSize)
Set 条数
|
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 Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 条数public Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- 当前页public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- 域名public String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- 站点集合Copyright © 2022. All rights reserved.