@Generated public class CommentObject extends Object
Constructor and Description |
---|
CommentObject() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Collection<CommentActivityAction> |
getAvailableActions() |
String |
getComment() |
Long |
getCreationTimestamp() |
String |
getId() |
Long |
getLastUpdatedTimestamp() |
String |
getUserId() |
int |
hashCode() |
CommentObject |
setAvailableActions(Collection<CommentActivityAction> availableActions) |
CommentObject |
setComment(String comment) |
CommentObject |
setCreationTimestamp(Long creationTimestamp) |
CommentObject |
setId(String id) |
CommentObject |
setLastUpdatedTimestamp(Long lastUpdatedTimestamp) |
CommentObject |
setUserId(String userId) |
String |
toString() |
public CommentObject setAvailableActions(Collection<CommentActivityAction> availableActions)
public Collection<CommentActivityAction> getAvailableActions()
public CommentObject setComment(String comment)
public String getComment()
public CommentObject setCreationTimestamp(Long creationTimestamp)
public Long getCreationTimestamp()
public CommentObject setId(String id)
public String getId()
public CommentObject setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
public Long getLastUpdatedTimestamp()
public CommentObject setUserId(String userId)
public String getUserId()
Copyright © 2024. All rights reserved.