public class PushTask extends AbstractModel
Constructor and Description |
---|
PushTask() |
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get Prefetch region
`mainland`: within Mainland China
`overseas`: outside Mainland China
`global`: global
|
String |
getCreateTime()
Get Prefetch task submission time
|
Long |
getPercent()
Get Prefetch progress in percentage
|
String |
getStatus()
Get Prefetch task status
`fail`: prefetch failed
`done`: prefetch succeeded
`process`: prefetch in progress
|
String |
getTaskId()
Get Prefetch task ID
|
String |
getUpdateTime()
Get Prefetch task update time
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getUrl()
Get Prefetched URL
|
void |
setArea(String Area)
Set Prefetch region
`mainland`: within Mainland China
`overseas`: outside Mainland China
`global`: global
|
void |
setCreateTime(String CreateTime)
Set Prefetch task submission time
|
void |
setPercent(Long Percent)
Set Prefetch progress in percentage
|
void |
setStatus(String Status)
Set Prefetch task status
`fail`: prefetch failed
`done`: prefetch succeeded
`process`: prefetch in progress
|
void |
setTaskId(String TaskId)
Set Prefetch task ID
|
void |
setUpdateTime(String UpdateTime)
Set Prefetch task update time
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setUrl(String Url)
Set Prefetched URL
|
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 String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Prefetch task IDpublic String getUrl()
public void setUrl(String Url)
Url
- Prefetched URLpublic String getStatus()
public void setStatus(String Status)
Status
- Prefetch task status
`fail`: prefetch failed
`done`: prefetch succeeded
`process`: prefetch in progresspublic Long getPercent()
public void setPercent(Long Percent)
Percent
- Prefetch progress in percentagepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Prefetch task submission timepublic String getArea()
public void setArea(String Area)
Area
- Prefetch region
`mainland`: within Mainland China
`overseas`: outside Mainland China
`global`: globalpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Prefetch task update time
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.