public class TransactionComment 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 |
transaction |
protected Integer |
version |
| Constructor and Description |
|---|
TransactionComment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContent() |
Long |
getCreatedBy() |
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
Long |
getEditedBy() |
OffsetDateTime |
getEditedOn()
The date on which the comment was last edited.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
Long |
getTransaction() |
Integer |
getVersion()
The version is used for optimistic locking and incremented whenever the object is updated.
|
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 transaction
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 getTransaction()
public Integer getVersion()
Copyright © 2023. All rights reserved.