public class ProcedureReviewAudioVideoTaskInput extends AbstractModel
Constructor and Description |
---|
ProcedureReviewAudioVideoTaskInput() |
ProcedureReviewAudioVideoTaskInput(ProcedureReviewAudioVideoTaskInput 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[] |
getReviewContents()
Get The type of moderated content.
|
void |
setDefinition(Long Definition)
Set The moderation template ID.
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ProcedureReviewAudioVideoTaskInput()
public ProcedureReviewAudioVideoTaskInput(ProcedureReviewAudioVideoTaskInput source)
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 © 2023. All rights reserved.