public class DescribePurgeTasksRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribePurgeTasksRequest()  | 
DescribePurgeTasksRequest(DescribePurgeTasksRequest 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 | 
getArea()
Get Specifies a purge region for your query:
`mainland`: within Mainland China
`overseas`: outside Mainland China
`global`: global 
 | 
String | 
getEndTime()
Get Specifies the end time of the period you want to query, such as 2018-08-08 23:59:59 
 | 
String | 
getKeyword()
Get You can filter the results by domain name or a complete URL beginning with `http(s)://` 
 | 
Long | 
getLimit()
Get Limit on paginated queries. 
 | 
Long | 
getOffset()
Get Offset for paginated queries. 
 | 
String | 
getPurgeType()
Get Specifies a purge type:
`url`: URL purge record
`path`: Directory purge record 
 | 
String | 
getStartTime()
Get Specifies the starting time of the period you want to query, such as `2018-08-08 00:00:00` 
 | 
String | 
getStatus()
Get Specifies a task state for your query:
`fail`: purge failed
`done`: purge succeeded
`process`: purge in progress 
 | 
String | 
getTaskId()
Get Specifies a task ID when you want to query by task ID. 
 | 
void | 
setArea(String Area)
Set Specifies a purge region for your query:
`mainland`: within Mainland China
`overseas`: outside Mainland China
`global`: global 
 | 
void | 
setEndTime(String EndTime)
Set Specifies the end time of the period you want to query, such as 2018-08-08 23:59:59 
 | 
void | 
setKeyword(String Keyword)
Set You can filter the results by domain name or a complete URL beginning with `http(s)://` 
 | 
void | 
setLimit(Long Limit)
Set Limit on paginated queries. 
 | 
void | 
setOffset(Long Offset)
Set Offset for paginated queries. 
 | 
void | 
setPurgeType(String PurgeType)
Set Specifies a purge type:
`url`: URL purge record
`path`: Directory purge record 
 | 
void | 
setStartTime(String StartTime)
Set Specifies the starting time of the period you want to query, such as `2018-08-08 00:00:00` 
 | 
void | 
setStatus(String Status)
Set Specifies a task state for your query:
`fail`: purge failed
`done`: purge succeeded
`process`: purge in progress 
 | 
void | 
setTaskId(String TaskId)
Set Specifies a task ID when you want to query by task ID. 
 | 
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 DescribePurgeTasksRequest()
public DescribePurgeTasksRequest(DescribePurgeTasksRequest source)
public String getPurgeType()
public void setPurgeType(String PurgeType)
PurgeType - Specifies a purge type:
`url`: URL purge record
`path`: Directory purge recordpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime - Specifies the starting time of the period you want to query, such as `2018-08-08 00:00:00`public String getEndTime()
public void setEndTime(String EndTime)
EndTime - Specifies the end time of the period you want to query, such as 2018-08-08 23:59:59public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Specifies a task ID when you want to query by task ID.
You must specify either a task ID or a starting time for your query.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset for paginated queries. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit - Limit on paginated queries. Default value: 20public String getKeyword()
public void setKeyword(String Keyword)
Keyword - You can filter the results by domain name or a complete URL beginning with `http(s)://`public String getStatus()
public void setStatus(String Status)
Status - Specifies a task state for your query:
`fail`: purge failed
`done`: purge succeeded
`process`: purge in progresspublic String getArea()
public void setArea(String Area)
Area - Specifies a purge region for your query:
`mainland`: within Mainland China
`overseas`: outside Mainland China
`global`: globalCopyright © 2025. All rights reserved.