public class DescribePushTasksRequest extends AbstractModel
Constructor and Description |
---|
DescribePushTasksRequest() |
DescribePushTasksRequest(DescribePushTasksRequest 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 指定地区查询预热纪录
mainland:境内
overseas:境外
global:全球
|
String |
getEndTime()
Get 结束时间,如2018-08-08 23:59:59。
|
String |
getKeyword()
Get 查询关键字,请输入域名或 http(s):// 开头完整 URL
|
Long |
getLimit()
Get 分页查询限制数目,默认为 20
|
Long |
getOffset()
Get 分页查询偏移量,默认为 0
|
String |
getStartTime()
Get 开始时间,如2018-08-08 00:00:00。
|
String |
getStatus()
Get 指定任务状态查询
fail:预热失败
done:预热成功
process:预热中
invalid: 预热无效(源站返回4xx或5xx状态码)
|
String |
getTaskId()
Get 指定任务 ID 查询
TaskId 和起始时间必须指定一项
|
void |
setArea(String Area)
Set 指定地区查询预热纪录
mainland:境内
overseas:境外
global:全球
|
void |
setEndTime(String EndTime)
Set 结束时间,如2018-08-08 23:59:59。
|
void |
setKeyword(String Keyword)
Set 查询关键字,请输入域名或 http(s):// 开头完整 URL
|
void |
setLimit(Long Limit)
Set 分页查询限制数目,默认为 20
|
void |
setOffset(Long Offset)
Set 分页查询偏移量,默认为 0
|
void |
setStartTime(String StartTime)
Set 开始时间,如2018-08-08 00:00:00。
|
void |
setStatus(String Status)
Set 指定任务状态查询
fail:预热失败
done:预热成功
process:预热中
invalid: 预热无效(源站返回4xx或5xx状态码)
|
void |
setTaskId(String TaskId)
Set 指定任务 ID 查询
TaskId 和起始时间必须指定一项
|
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 DescribePushTasksRequest()
public DescribePushTasksRequest(DescribePushTasksRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间,如2018-08-08 00:00:00。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间,如2018-08-08 23:59:59。public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- 指定任务 ID 查询
TaskId 和起始时间必须指定一项public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 查询关键字,请输入域名或 http(s):// 开头完整 URLpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询偏移量,默认为 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询限制数目,默认为 20public String getArea()
public void setArea(String Area)
Area
- 指定地区查询预热纪录
mainland:境内
overseas:境外
global:全球public String getStatus()
public void setStatus(String Status)
Status
- 指定任务状态查询
fail:预热失败
done:预热成功
process:预热中
invalid: 预热无效(源站返回4xx或5xx状态码)Copyright © 2022. All rights reserved.