Class EmbeddedNotificationsCommentInfoJson
- java.lang.Object
-
- com.blackberry.workspaces.api.sdk.json.BaseJson
-
- com.blackberry.workspaces.api.sdk.json.EmbeddedNotificationsCommentInfoJson
-
- All Implemented Interfaces:
Serializable
public class EmbeddedNotificationsCommentInfoJson extends BaseJson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmbeddedNotificationsCommentInfoJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommentData()
String
getCommentParent()
String
getCommentUuid()
String
getNotificationUuid()
void
setCommentData(String commentData)
void
setCommentParent(String commentParent)
void
setCommentUuid(String commentUuid)
void
setNotificationUuid(String notificationUuid)
-
Methods inherited from class com.blackberry.workspaces.api.sdk.json.BaseJson
getObjType, setObjType, toString
-
-
-
-
Method Detail
-
getCommentParent
public String getCommentParent()
-
setCommentParent
public void setCommentParent(String commentParent)
-
getCommentData
public String getCommentData()
-
setCommentData
public void setCommentData(String commentData)
-
getCommentUuid
public String getCommentUuid()
-
setCommentUuid
public void setCommentUuid(String commentUuid)
-
getNotificationUuid
public String getNotificationUuid()
-
setNotificationUuid
public void setNotificationUuid(String notificationUuid)
-
-