public class TaskLabel extends AbstractModel
Constructor and Description |
---|
TaskLabel() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Get 命中的标签
Porn 色情
Sexy 性感
Illegal 违法
Abuse 谩骂
Ad 广告
以及其他令人反感、不安全或不适宜的内容类型。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScore()
Get 得分,分数是 0 ~ 100
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSuggestion()
Get 审核建议,可选值:
Pass 通过,
Review 建议人审,
Block 确认违规
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLabel(String Label)
Set 命中的标签
Porn 色情
Sexy 性感
Illegal 违法
Abuse 谩骂
Ad 广告
以及其他令人反感、不安全或不适宜的内容类型。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Long Score)
Set 得分,分数是 0 ~ 100
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSuggestion(String Suggestion)
Set 审核建议,可选值:
Pass 通过,
Review 建议人审,
Block 确认违规
注意:此字段可能返回 null,表示取不到有效值。
|
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 getLabel()
public void setLabel(String Label)
Label
- 命中的标签
Porn 色情
Sexy 性感
Illegal 违法
Abuse 谩骂
Ad 广告
以及其他令人反感、不安全或不适宜的内容类型。
注意:此字段可能返回 null,表示取不到有效值。public String getSuggestion()
public void setSuggestion(String Suggestion)
Suggestion
- 审核建议,可选值:
Pass 通过,
Review 建议人审,
Block 确认违规
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score
- 得分,分数是 0 ~ 100
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.