public class Tag extends AbstractModel
header, skipSign| Constructor and Description |
|---|
Tag() |
Tag(Tag 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 |
getKeyword()
Get 该字段用于返回命中的关键词
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getScore()
Get 该字段用于返回子标签对应的分数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSubLabel()
Get 该字段用于返回子标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyword(String Keyword)
Set 该字段用于返回命中的关键词
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Long Score)
Set 该字段用于返回子标签对应的分数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubLabel(String SubLabel)
Set 该字段用于返回子标签
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Tag()
public Tag(Tag source)
public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 该字段用于返回命中的关键词
注意:此字段可能返回 null,表示取不到有效值。public String getSubLabel()
public void setSubLabel(String SubLabel)
SubLabel - 该字段用于返回子标签
注意:此字段可能返回 null,表示取不到有效值。public Long getScore()
public void setScore(Long Score)
Score - 该字段用于返回子标签对应的分数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.