public class DescribeImageTaskDetailResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeImageTaskDetailResponse() |
DescribeImageTaskDetailResponse(DescribeImageTaskDetailResponse 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 |
getCreateTime()
Get Task creation time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
String |
getFinishTime()
Get Task execution completion time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
ImageProcessTaskResult[] |
getImageProcessTaskResultSet()
Get Execution status and results of the image processing task.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getStatus()
Get Task status.
|
String |
getTaskType()
Get Task type.
|
void |
setCreateTime(String CreateTime)
Set Task creation time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setFinishTime(String FinishTime)
Set Task execution completion time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setImageProcessTaskResultSet(ImageProcessTaskResult[] ImageProcessTaskResultSet)
Set Execution status and results of the image processing task.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setStatus(String Status)
Set Task status.
|
void |
setTaskType(String TaskType)
Set Task type.
|
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, toJsonString
public DescribeImageTaskDetailResponse()
public DescribeImageTaskDetailResponse(DescribeImageTaskDetailResponse source)
public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- Task type. Currently, the valid values include:
public String getStatus()
public void setStatus(String Status)
Status
- Task status. Valid values:
public ImageProcessTaskResult[] getImageProcessTaskResultSet()
public void setImageProcessTaskResultSet(ImageProcessTaskResult[] ImageProcessTaskResultSet)
ImageProcessTaskResultSet
- Execution status and results of the image processing task.
Note: This field may return null, indicating that no valid value can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Task creation time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return null, indicating that no valid value can be obtained.public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- Task execution completion time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return null, indicating that no valid value can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.