public class EntityVersion extends Object implements WithIdAndVersion
WithIdAndVersion.DefaultWithIdAndVersionID_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, waitfromDocument, fromDocuments, ofpublic 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 WithIdAndVersionpublic java.time.Instant getDbUpdatedTime()
public boolean isDeleted()
public IndexDirectoryFactory.Name getIndexName()
Copyright © 2002-2021 Atlassian. All Rights Reserved.