public class IndexKeys extends Object
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
AddKey(String key,
IndexKey keyContent) |
|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject dict) |
|
void |
FromJsonString(String indexKeysString) |
|
Map<String,IndexKey> |
GetKeys() |
|
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
|
String |
ToJsonString() |
|
com.alibaba.fastjson.JSONObject |
ToRequestJson() |
|
String |
ToRequestString() |
public IndexKeys()
public IndexKeys(IndexKeys other)
public com.alibaba.fastjson.JSONObject ToRequestJson()
throws LogException
LogExceptionpublic String ToRequestString() throws LogException
LogExceptionpublic com.alibaba.fastjson.JSONObject ToJsonObject()
throws LogException
LogExceptionpublic String ToJsonString() throws LogException
LogExceptionpublic void FromJsonObject(com.alibaba.fastjson.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String indexKeysString) throws LogException
LogExceptionCopyright © 2018. All Rights Reserved.