Package com.openkm.sdk4j.bean
Class MapParam
- java.lang.Object
-
- com.openkm.sdk4j.bean.MapParam
-
- All Implemented Interfaces:
Serializable
public class MapParam extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-