public class SearchResult extends AbstractModel
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
Long |
getIsExist()
Get 0表示词条不存在,1表示存在。
|
String |
getMatchText()
Get 匹配到的词条文本。
|
String |
getPos()
Get 词条的词性。
|
String |
getText()
Get 被搜索的词条文本。
|
void |
setIsExist(Long IsExist)
Set 0表示词条不存在,1表示存在。
|
void |
setMatchText(String MatchText)
Set 匹配到的词条文本。
|
void |
setPos(String Pos)
Set 词条的词性。
|
void |
setText(String Text)
Set 被搜索的词条文本。
|
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 Long getIsExist()
public void setIsExist(Long IsExist)
IsExist
- 0表示词条不存在,1表示存在。public String getMatchText()
public void setMatchText(String MatchText)
MatchText
- 匹配到的词条文本。public String getText()
public void setText(String Text)
Text
- 被搜索的词条文本。public String getPos()
public void setPos(String Pos)
Pos
- 词条的词性。Copyright © 2020. All rights reserved.