Class TagStringValueAddJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.TagStringValueAddJson
- All Implemented Interfaces:
Serializable
public class TagStringValueAddJson extends BaseJson
A tag text value
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TagStringValueAddJson()
-
Method Summary
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.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
TagStringValueAddJson
public TagStringValueAddJson()
-
-
Method Details
-
getTagValue
The tag value, free text.- Returns:
- The tag value, free text.
-
setTagValue
The tag value, free text.- Parameters:
tagValue
- The tag value, free text.
-
getTagName
The tag field name.- Returns:
- The tag field name.
-
setTagName
The tag field name.- Parameters:
tagName
- The tag field name.
-