public class LibDetail extends AbstractModel
Constructor and Description |
---|
LibDetail() |
LibDetail(LibDetail 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 |
getId()
Get 序号
|
String |
getImageId()
Get 图片ID
|
String |
getLabel()
Get 恶意标签,Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告,Custom:自定义词库。
以及其他令人反感、不安全或不适宜的内容类型。
|
String |
getLibId()
Get 仅当Label为Custom自定义关键词时有效,表示自定义库id
|
String |
getLibName()
Get 仅当Label为Custom自定义关键词时有效,表示自定义库名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScore()
Get 命中的模型分值
|
String |
getTag()
Get 自定义标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set 序号
|
void |
setImageId(String ImageId)
Set 图片ID
|
void |
setLabel(String Label)
Set 恶意标签,Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告,Custom:自定义词库。
以及其他令人反感、不安全或不适宜的内容类型。
|
void |
setLibId(String LibId)
Set 仅当Label为Custom自定义关键词时有效,表示自定义库id
|
void |
setLibName(String LibName)
Set 仅当Label为Custom自定义关键词时有效,表示自定义库名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Long Score)
Set 命中的模型分值
|
void |
setTag(String Tag)
Set 自定义标签
注意:此字段可能返回 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 LibDetail()
public LibDetail(LibDetail source)
public Long getId()
public void setId(Long Id)
Id
- 序号public String getLibId()
public void setLibId(String LibId)
LibId
- 仅当Label为Custom自定义关键词时有效,表示自定义库idpublic String getLibName()
public void setLibName(String LibName)
LibName
- 仅当Label为Custom自定义关键词时有效,表示自定义库名称
注意:此字段可能返回 null,表示取不到有效值。public String getImageId()
public void setImageId(String ImageId)
ImageId
- 图片IDpublic String getLabel()
public void setLabel(String Label)
Label
- 恶意标签,Normal:正常,Porn:色情,Abuse:谩骂,Ad:广告,Custom:自定义词库。
以及其他令人反感、不安全或不适宜的内容类型。public String getTag()
public void setTag(String Tag)
Tag
- 自定义标签
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score
- 命中的模型分值Copyright © 2023. All rights reserved.