public class IndexKeys extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AddKey(String key,
IndexKey keyContent) |
void |
FromJsonObject(net.sf.json.JSONObject dict) |
void |
FromJsonString(String indexKeysString) |
Map<String,IndexKey> |
GetKeys() |
net.sf.json.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
net.sf.json.JSONObject |
ToRequestJson() |
String |
ToRequestString() |
public IndexKeys()
public IndexKeys(IndexKeys other)
public net.sf.json.JSONObject ToRequestJson()
throws LogException
LogExceptionpublic String ToRequestString() throws LogException
LogExceptionpublic net.sf.json.JSONObject ToJsonObject()
throws LogException
LogExceptionpublic String ToJsonString() throws LogException
LogExceptionpublic void FromJsonObject(net.sf.json.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String indexKeysString) throws LogException
LogExceptionCopyright © 2016. All Rights Reserved.