public class ManualReviewData extends AbstractModel
Constructor and Description |
---|
ManualReviewData() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchId()
Get 人审内容批次号
|
String |
getContentId()
Get 人审内容ID
|
void |
setBatchId(String BatchId)
Set 人审内容批次号
|
void |
setContentId(String ContentId)
Set 人审内容ID
|
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 String getBatchId()
public void setBatchId(String BatchId)
BatchId
- 人审内容批次号public String getContentId()
public void setContentId(String ContentId)
ContentId
- 人审内容IDCopyright © 2020. All rights reserved.