public class DescribeWebProtectionLogRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeWebProtectionLogRequest()  | 
DescribeWebProtectionLogRequest(DescribeWebProtectionLogRequest 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 Domain name set 
 | 
String | 
getEndTime()
Get End time 
 | 
Long | 
getPageNo()
Get Current page 
 | 
Long | 
getPageSize()
Get Number of items per page 
 | 
QueryCondition[] | 
getQueryCondition()
Get Query condition 
 | 
String | 
getStartTime()
Get Start time 
 | 
String[] | 
getZoneIds()
Get Site set 
 | 
void | 
setDomains(String[] Domains)
Set Domain name set 
 | 
void | 
setEndTime(String EndTime)
Set End time 
 | 
void | 
setPageNo(Long PageNo)
Set Current page 
 | 
void | 
setPageSize(Long PageSize)
Set Number of items per page 
 | 
void | 
setQueryCondition(QueryCondition[] QueryCondition)
Set Query condition 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeWebProtectionLogRequest()
public DescribeWebProtectionLogRequest(DescribeWebProtectionLogRequest 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 items per pagepublic Long getPageNo()
public void setPageNo(Long PageNo)
PageNo - Current pagepublic String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds - Site setpublic String[] getDomains()
public void setDomains(String[] Domains)
Domains - Domain name setpublic QueryCondition[] getQueryCondition()
public void setQueryCondition(QueryCondition[] QueryCondition)
QueryCondition - Query conditionCopyright © 2025. All rights reserved.