public class IndexKeys extends Object
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All Rights Reserved.