public class DescribeWebManagedRulesAttackEventsRequest extends AbstractModel
Constructor and Description |
---|
DescribeWebManagedRulesAttackEventsRequest() |
DescribeWebManagedRulesAttackEventsRequest(DescribeWebManagedRulesAttackEventsRequest 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 List of subdomain names
|
String |
getEndTime()
Get End time
|
String |
getIsShowDetail()
Get Whether to show details.
|
Long |
getPageNo()
Get Current page
|
Long |
getPageSize()
Get Number of items
|
Long[] |
getPolicyIds()
Get List of DDoS policy group IDs
|
String |
getStartTime()
Get Start time
|
String[] |
getZoneIds()
Get Site set
|
void |
setDomains(String[] Domains)
Set List of subdomain names
|
void |
setEndTime(String EndTime)
Set End time
|
void |
setIsShowDetail(String IsShowDetail)
Set Whether to show details.
|
void |
setPageNo(Long PageNo)
Set Current page
|
void |
setPageSize(Long PageSize)
Set Number of items
|
void |
setPolicyIds(Long[] PolicyIds)
Set List of DDoS policy group IDs
|
void |
setStartTime(String StartTime)
Set Start time
|
void |
setZoneIds(String[] ZoneIds)
Set Site 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 DescribeWebManagedRulesAttackEventsRequest()
public DescribeWebManagedRulesAttackEventsRequest(DescribeWebManagedRulesAttackEventsRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start timepublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End timepublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of itemspublic Long getPageNo()
public void setPageNo(Long PageNo)
PageNo
- Current pagepublic Long[] getPolicyIds()
public void setPolicyIds(Long[] PolicyIds)
PolicyIds
- List of DDoS policy group IDspublic String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- Site setpublic String[] getDomains()
public void setDomains(String[] Domains)
Domains
- List of subdomain namespublic String getIsShowDetail()
public void setIsShowDetail(String IsShowDetail)
IsShowDetail
- Whether to show details. Valid values: Y (yes), N (no).Copyright © 2023. All rights reserved.