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