Class ExternalDataItemJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.ExternalDataItemJson
-
- All Implemented Interfaces:
Serializable
public class ExternalDataItemJson extends BaseJson
Simple key/value pair representing a piece of external data- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalDataItemJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
The keyString
getValue()
The associated valuevoid
setKey(String key)
The keyvoid
setValue(String value)
The associated value-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getValue
public String getValue()
The associated value- Returns:
- The associated value
-
setValue
public void setValue(String value)
The associated value- Parameters:
value
- The associated value
-
getKey
public String getKey()
The key- Returns:
- The key
-
setKey
public void setKey(String key)
The key- Parameters:
key
- The key
-
-