public class Labels extends AbstractModel
Constructor and Description |
---|
Labels() |
Labels(Labels 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 |
getFirstLabel()
Get 公众人物身份标签的一级分类,例如体育明星、娱乐明星、政治人物等;
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecondLabel()
Get 公众人物身份标签的二级分类,例如歌手(对应一级标签为“娱乐明星”);
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFirstLabel(String FirstLabel)
Set 公众人物身份标签的一级分类,例如体育明星、娱乐明星、政治人物等;
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecondLabel(String SecondLabel)
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 Labels()
public Labels(Labels source)
public String getFirstLabel()
public void setFirstLabel(String FirstLabel)
FirstLabel
- 公众人物身份标签的一级分类,例如体育明星、娱乐明星、政治人物等;
注意:此字段可能返回 null,表示取不到有效值。public String getSecondLabel()
public void setSecondLabel(String SecondLabel)
SecondLabel
- 公众人物身份标签的二级分类,例如歌手(对应一级标签为“娱乐明星”);
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.