public class UserKeywordInfo extends AbstractModel
Constructor and Description |
---|
UserKeywordInfo() |
UserKeywordInfo(UserKeywordInfo 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 |
---|---|
String |
getContent()
Get 关键词内容
|
String |
getCreateTime()
Get 创建时间
|
String |
getID()
Get 关键词条ID
|
String |
getLabel()
Get 关键词标签;取值范围为:"Normal","Polity","Porn","Sexy","Ad","Illegal","Abuse","Terror","Spam","Moan"
|
String |
getRemark()
Get 备注
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getWordType()
Get 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContent(String Content)
Set 关键词内容
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setID(String ID)
Set 关键词条ID
|
void |
setLabel(String Label)
Set 关键词标签;取值范围为:"Normal","Polity","Porn","Sexy","Ad","Illegal","Abuse","Terror","Spam","Moan"
|
void |
setRemark(String Remark)
Set 备注
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWordType(String WordType)
Set 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord
注意:此字段可能返回 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 UserKeywordInfo()
public UserKeywordInfo(UserKeywordInfo source)
public String getID()
public void setID(String ID)
ID
- 关键词条IDpublic String getContent()
public void setContent(String Content)
Content
- 关键词内容public String getLabel()
public void setLabel(String Label)
Label
- 关键词标签;取值范围为:"Normal","Polity","Porn","Sexy","Ad","Illegal","Abuse","Terror","Spam","Moan"public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getRemark()
public void setRemark(String Remark)
Remark
- 备注
注意:此字段可能返回 null,表示取不到有效值。public String getWordType()
public void setWordType(String WordType)
WordType
- 词类型:Default,Pinyin,English,CompoundWord,ExclusionWord,AffixWord
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.