public class ReviewAudioVideoTaskInput extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReviewAudioVideoTaskInput() |
ReviewAudioVideoTaskInput(ReviewAudioVideoTaskInput 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 The moderation template ID.
|
String |
getFileId()
Get The ID of the media file.
|
String[] |
getReviewContents()
Get The type of moderated content.
|
void |
setDefinition(Long Definition)
Set The moderation template ID.
|
void |
setFileId(String FileId)
Set The ID of the media file.
|
void |
setReviewContents(String[] ReviewContents)
Set The type of moderated content.
|
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 ReviewAudioVideoTaskInput()
public ReviewAudioVideoTaskInput(ReviewAudioVideoTaskInput source)
public String getFileId()
public void setFileId(String FileId)
FileId
- The ID of the media file.public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- The moderation template ID.public String[] getReviewContents()
public void setReviewContents(String[] ReviewContents)
ReviewContents
- The type of moderated content. Valid values:
Copyright © 2024. All rights reserved.