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() |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The created on date indicates the date on which the entity was stored into the database.
|
Long |
getEditedBy() |
OffsetDateTime |
getEditedOn()
The date on which the comment was last edited.
|
Long |
getId()
The ID is the primary key of the entity.
|
Long |
getLinkedSpaceId()
The linked space id holds the ID of the space to which the entity belongs to.
|
Long |
getRefund() |
Integer |
getVersion()
The version number indicates the version of the entity.
|
int |
hashCode() |
Boolean |
isPinned() |
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 © 2022. All rights reserved.