Class TagDateValueAddJson

java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.TagDateValueAddJson
All Implemented Interfaces:
Serializable

public class TagDateValueAddJson
extends BaseJson
A tag date value
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getTagValue

      public Date getTagValue()
      The tag value, must be date.
      Returns:
      The tag value, must be date.
    • setTagValue

      public void setTagValue​(Date tagValue)
      The tag value, must be date.
      Parameters:
      tagValue - The tag value, must be date.
    • 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.