public class InspectMediaQualityRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
InspectMediaQualityRequest() |
InspectMediaQualityRequest(InspectMediaQualityRequest 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 |
---|---|
Long |
getDefinition()
Get Media quality inspect template ID.
|
String |
getExtInfo()
Get Retain field, using when special purpose.
|
String |
getFileId()
Get Media file ID, i.e., the globally unique ID of a file in VOD assigned by the VOD backend after successful upload.
|
String |
getSessionContext()
Get The source context which is used to pass through the user request information.
|
String |
getSessionId()
Get Used to identify duplicate requests.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
Long |
getTasksPriority()
Get The priority of the task, the higher the numeric value, the higher the priority.
|
void |
setDefinition(Long Definition)
Set Media quality inspect template ID.
|
void |
setExtInfo(String ExtInfo)
Set Retain field, using when special purpose.
|
void |
setFileId(String FileId)
Set Media file ID, i.e., the globally unique ID of a file in VOD assigned by the VOD backend after successful upload.
|
void |
setSessionContext(String SessionContext)
Set The source context which is used to pass through the user request information.
|
void |
setSessionId(String SessionId)
Set Used to identify duplicate requests.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setTasksPriority(Long TasksPriority)
Set The priority of the task, the higher the numeric value, the higher the priority.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public InspectMediaQualityRequest()
public InspectMediaQualityRequest(InspectMediaQualityRequest source)
public String getFileId()
public void setFileId(String FileId)
FileId
- Media file ID, i.e., the globally unique ID of a file in VOD assigned by the VOD backend after successful upload. This field can be obtained through the [video upload completion event notification](https://intl.cloud.tencent.com/document/product/266/7830?from_cn_redirect=1) or [VOD Console](https://console.cloud.tencent.com/vod/media).public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Media quality inspect template ID.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public Long getTasksPriority()
public void setTasksPriority(Long TasksPriority)
TasksPriority
- The priority of the task, the higher the numeric value, the higher the priority. The range is from -10 to 10, and not filled represents 0.public String getSessionContext()
public void setSessionContext(String SessionContext)
SessionContext
- The source context which is used to pass through the user request information. After `Procedure` is specified, the task flow status change callback will return the value of this field. It can contain up to 1,000 characters.public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- Used to identify duplicate requests. After you send a request, if any request with the same `SessionId` has already been sent in the last three days (72 hours), an error message will be returned. `SessionId` contains up to 50 characters. If this parameter is not carried or is an empty string, no deduplication will be performed.public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- Retain field, using when special purpose.Copyright © 2024. All rights reserved.