public class TextApprovalRequest extends AbstractModel
Constructor and Description |
---|
TextApprovalRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getFlag()
获取文本审核模式(默认取1值):
1、全领域审核
|
String |
getText()
获取待审核的文本(仅支持UTF-8格式,不超过2000字)
|
void |
setFlag(Long Flag)
设置文本审核模式(默认取1值):
1、全领域审核
|
void |
setText(String Text)
设置待审核的文本(仅支持UTF-8格式,不超过2000字)
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getText()
public void setText(String Text)
Text
- 待审核的文本(仅支持UTF-8格式,不超过2000字)public Long getFlag()
public void setFlag(Long Flag)
Flag
- 文本审核模式(默认取1值):
1、全领域审核Copyright © 2019. All rights reserved.