Class QueryBeautifyVideoJobResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.fmu.v20191213.models.QueryBeautifyVideoJobResponse
-
public class QueryBeautifyVideoJobResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryBeautifyVideoJobResponse()QueryBeautifyVideoJobResponse(QueryBeautifyVideoJobResponse 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeautifyVideoOutputgetBeautifyVideoOutput()Get 视频美颜输出的结果信息 注意:此字段可能返回 null,表示取不到有效值。StringgetJobStatus()Get 当前任务状态:排队中、处理中、处理失败或者处理完成LonggetJobStatusCode()Get 当前任务状态码:1:排队中、3: 处理中、5: 处理失败、7:处理完成StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetBeautifyVideoOutput(BeautifyVideoOutput BeautifyVideoOutput)Set 视频美颜输出的结果信息 注意:此字段可能返回 null,表示取不到有效值。voidsetJobStatus(String JobStatus)Set 当前任务状态:排队中、处理中、处理失败或者处理完成voidsetJobStatusCode(Long JobStatusCode)Set 当前任务状态码:1:排队中、3: 处理中、5: 处理失败、7:处理完成voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
QueryBeautifyVideoJobResponse
public QueryBeautifyVideoJobResponse()
-
QueryBeautifyVideoJobResponse
public QueryBeautifyVideoJobResponse(QueryBeautifyVideoJobResponse 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.
-
-
Method Detail
-
getJobStatus
public String getJobStatus()
Get 当前任务状态:排队中、处理中、处理失败或者处理完成- Returns:
- JobStatus 当前任务状态:排队中、处理中、处理失败或者处理完成
-
setJobStatus
public void setJobStatus(String JobStatus)
Set 当前任务状态:排队中、处理中、处理失败或者处理完成- Parameters:
JobStatus- 当前任务状态:排队中、处理中、处理失败或者处理完成
-
getBeautifyVideoOutput
public BeautifyVideoOutput getBeautifyVideoOutput()
Get 视频美颜输出的结果信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BeautifyVideoOutput 视频美颜输出的结果信息 注意:此字段可能返回 null,表示取不到有效值。
-
setBeautifyVideoOutput
public void setBeautifyVideoOutput(BeautifyVideoOutput BeautifyVideoOutput)
Set 视频美颜输出的结果信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BeautifyVideoOutput- 视频美颜输出的结果信息 注意:此字段可能返回 null,表示取不到有效值。
-
getJobStatusCode
public Long getJobStatusCode()
Get 当前任务状态码:1:排队中、3: 处理中、5: 处理失败、7:处理完成- Returns:
- JobStatusCode 当前任务状态码:1:排队中、3: 处理中、5: 处理失败、7:处理完成
-
setJobStatusCode
public void setJobStatusCode(Long JobStatusCode)
Set 当前任务状态码:1:排队中、3: 处理中、5: 处理失败、7:处理完成- Parameters:
JobStatusCode- 当前任务状态码:1:排队中、3: 处理中、5: 处理失败、7:处理完成
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-