public class IndexLine extends Object
| 构造器 | 说明 |
|---|---|
IndexLine() |
|
IndexLine(IndexLine other) |
|
IndexLine(List<String> token,
boolean caseSensitive) |
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
FromJsonObject(com.alibaba.fastjson.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) |
|
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
|
String |
ToJsonString() |
|
com.alibaba.fastjson.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 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 © 2018. All Rights Reserved.