public class IndexLine extends Object
| 构造器和说明 |
|---|
IndexLine() |
IndexLine(IndexLine other) |
IndexLine(List<String> token,
boolean caseSensitive) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FromJsonObject(net.sf.json.JSONObject dict) |
void |
FromJsonString(String indexLineString) |
boolean |
GetCaseSensitive() |
List<String> |
GetExcludeKeys() |
List<String> |
GetIncludeKeys() |
List<String> |
GetToken() |
void |
SetCaseSensitive(boolean caseSensitive) |
void |
SetExcludeKeys(List<String> excludeKeys) |
void |
SetIncludeKeys(List<String> includeKeys) |
void |
SetToken(List<String> token) |
net.sf.json.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
net.sf.json.JSONObject |
ToRequestJson() |
String |
ToRequestString() |
public IndexLine()
public IndexLine(IndexLine other)
public boolean GetCaseSensitive()
public void SetCaseSensitive(boolean caseSensitive)
caseSensitive - the caseSensitive to setpublic void SetIncludeKeys(List<String> includeKeys)
includeKeys - the includeKeys to setpublic void SetExcludeKeys(List<String> excludeKeys)
excludeKeys - the excludeKeys to setpublic net.sf.json.JSONObject ToRequestJson()
public String ToRequestString()
public net.sf.json.JSONObject ToJsonObject()
public String ToJsonString()
public void FromJsonObject(net.sf.json.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String indexLineString) throws LogException
LogExceptionCopyright © 2016. All Rights Reserved.