public class IndexLine extends Object
| Constructor and Description |
|---|
IndexLine() |
IndexLine(IndexLine other) |
IndexLine(List<String> token,
boolean caseSensitive) |
IndexLine(List<String> token,
List<String> optionToken,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject dict) |
void |
FromJsonString(String indexLineString) |
boolean |
GetCaseSensitive() |
boolean |
GetChn() |
List<String> |
GetExcludeKeys() |
List<String> |
GetIncludeKeys() |
List<String> |
GetOptionToken() |
List<String> |
GetToken() |
void |
SetCaseSensitive(boolean caseSensitive) |
void |
SetChn(boolean chn) |
void |
SetExcludeKeys(List<String> excludeKeys) |
void |
SetIncludeKeys(List<String> includeKeys) |
void |
SetOptionToken(List<String> optionToken) |
void |
SetToken(List<String> token) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
com.alibaba.fastjson.JSONObject |
ToRequestJson() |
String |
ToRequestString() |
public IndexLine()
public IndexLine(IndexLine other)
public boolean GetCaseSensitive()
public boolean GetChn()
public void SetOptionToken(List<String> optionToken)
optionToken - the option token to setpublic void SetCaseSensitive(boolean caseSensitive)
caseSensitive - the caseSensitive to setpublic void SetChn(boolean chn)
chn - to setpublic void SetIncludeKeys(List<String> includeKeys)
includeKeys - the includeKeys to setpublic void SetExcludeKeys(List<String> excludeKeys)
excludeKeys - the excludeKeys to setpublic com.alibaba.fastjson.JSONObject ToRequestJson()
public String ToRequestString()
public com.alibaba.fastjson.JSONObject ToJsonObject()
public String ToJsonString()
public void FromJsonObject(com.alibaba.fastjson.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String indexLineString) throws LogException
LogExceptionCopyright © 2024. All Rights Reserved.