public class RefundComment extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected Long |
createdBy |
protected OffsetDateTime |
createdOn |
protected Long |
editedBy |
protected OffsetDateTime |
editedOn |
protected Long |
id |
protected Long |
linkedSpaceId |
protected Boolean |
pinned |
protected Long |
refund |
protected Integer |
version |
| Constructor and Description |
|---|
RefundComment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContent()
The comment's actual content.
|
Long |
getCreatedBy()
The ID of the user the comment was created by.
|
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
Long |
getEditedBy()
The ID of the user the comment was last updated by.
|
OffsetDateTime |
getEditedOn()
The date and time when the comment was last updated.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
Long |
getRefund() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
int |
hashCode() |
Boolean |
isPinned()
Whether the comment is pinned to the top.
|
String |
toString() |
protected String content
protected Long createdBy
protected OffsetDateTime createdOn
protected Long editedBy
protected OffsetDateTime editedOn
protected Long id
protected Long linkedSpaceId
protected Boolean pinned
protected Long refund
protected Integer version
public String getContent()
public Long getCreatedBy()
public OffsetDateTime getCreatedOn()
public Long getEditedBy()
public OffsetDateTime getEditedOn()
public Long getId()
public Long getLinkedSpaceId()
public Boolean isPinned()
public Long getRefund()
public Integer getVersion()
Copyright © 2024. All rights reserved.