public class AsyncContextTask extends AbstractModel
Constructor and Description |
---|
AsyncContextTask() |
AsyncContextTask(AsyncContextTask 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 |
getAsyncContextTaskId()
Get Offline context search task ID
|
String |
getAsyncSearchTaskId()
Get Associated offline search ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getCreateTime()
Get Creation time, which is a timestamp accurate down to the millisecond
|
String |
getErrorMessage()
Get Error message of task failure
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getFinishTime()
Get Task completion time, which is a timestamp accurate down to the millisecond
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getLogsetId()
Get Logset ID
|
String |
getPkgId()
Get Log package number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getPkgLogId()
Get Log number in log package
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Status.
|
Long |
getTime()
Get Log time
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getTopicId()
Get Log topic ID
|
void |
setAsyncContextTaskId(String AsyncContextTaskId)
Set Offline context search task ID
|
void |
setAsyncSearchTaskId(String AsyncSearchTaskId)
Set Associated offline search ID
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setCreateTime(Long CreateTime)
Set Creation time, which is a timestamp accurate down to the millisecond
|
void |
setErrorMessage(String ErrorMessage)
Set Error message of task failure
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setFinishTime(Long FinishTime)
Set Task completion time, which is a timestamp accurate down to the millisecond
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setLogsetId(String LogsetId)
Set Logset ID
|
void |
setPkgId(String PkgId)
Set Log package number
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setPkgLogId(String PkgLogId)
Set Log number in log package
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Status.
|
void |
setTime(Long Time)
Set Log time
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setTopicId(String TopicId)
Set Log topic ID
|
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 AsyncContextTask()
public AsyncContextTask(AsyncContextTask source)
public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- Logset IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Log topic IDpublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation time, which is a timestamp accurate down to the millisecondpublic Long getStatus()
public void setStatus(Long Status)
Status
- Status. Valid values: `0`: to be started; `1`: running; `2`: completed; `-1`: failedpublic String getAsyncContextTaskId()
public void setAsyncContextTaskId(String AsyncContextTaskId)
AsyncContextTaskId
- Offline context search task IDpublic String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage
- Error message of task failure
Note: this field may return `null`, indicating that no valid values can be obtained.public String getPkgId()
public void setPkgId(String PkgId)
PkgId
- Log package number
Note: this field may return `null`, indicating that no valid values can be obtained.public String getPkgLogId()
public void setPkgLogId(String PkgLogId)
PkgLogId
- Log number in log package
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getTime()
public void setTime(Long Time)
Time
- Log time
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getFinishTime()
public void setFinishTime(Long FinishTime)
FinishTime
- Task completion time, which is a timestamp accurate down to the millisecond
Note: this field may return `null`, indicating that no valid values can be obtained.public String getAsyncSearchTaskId()
public void setAsyncSearchTaskId(String AsyncSearchTaskId)
AsyncSearchTaskId
- Associated offline search ID
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.