Class TagNumericValueRemoveJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.TagNumericValueRemoveJson
- All Implemented Interfaces:
Serializable
public class TagNumericValueRemoveJson extends BaseJson
Used when removing values
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TagNumericValueRemoveJson()
-
Method Summary
Modifier and Type Method Description String
getTagName()
The tag field name.Number
getTagValue()
The tag value, must be an integer.void
setTagName(String tagName)
The tag field name.void
setTagValue(Number tagValue)
The tag value, must be an integer.Methods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
TagNumericValueRemoveJson
public TagNumericValueRemoveJson()
-
-
Method Details
-
getTagValue
The tag value, must be an integer.- Returns:
- The tag value, must be an integer.
-
setTagValue
The tag value, must be an integer.- Parameters:
tagValue
- The tag value, must be an integer.
-
getTagName
The tag field name.- Returns:
- The tag field name.
-
setTagName
The tag field name.- Parameters:
tagName
- The tag field name.
-