public class EntityVersion extends Object implements WithIdAndVersion
WithIdAndVersion.DefaultWithIdAndVersion
ID_COMPARATOR
Constructor and Description |
---|
EntityVersion(CommentVersionDTO dto) |
EntityVersion(IssueVersionDTO dto) |
EntityVersion(long id,
long version,
java.time.Instant dbUpdatedTime,
boolean deleted,
IndexDirectoryFactory.Name indexName) |
EntityVersion(WorklogVersionDTO dto) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
java.time.Instant |
getDbUpdatedTime() |
Long |
getId() |
IndexDirectoryFactory.Name |
getIndexName() |
Long |
getVersion() |
int |
hashCode() |
boolean |
isDeleted() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
fromDocument, fromDocuments, of
public EntityVersion(long id, long version, java.time.Instant dbUpdatedTime, boolean deleted, IndexDirectoryFactory.Name indexName)
public EntityVersion(IssueVersionDTO dto)
public EntityVersion(CommentVersionDTO dto)
public EntityVersion(WorklogVersionDTO dto)
public Long getId()
public Long getVersion()
getVersion
in interface WithIdAndVersion
public java.time.Instant getDbUpdatedTime()
public boolean isDeleted()
public IndexDirectoryFactory.Name getIndexName()
Copyright © 2002-2022 Atlassian. All Rights Reserved.