Class HistoricalVersion

java.lang.Object
com.atlassian.confluence.impl.retention.rules.HistoricalVersion

public class HistoricalVersion extends Object
  • Constructor Details

    • HistoricalVersion

      public HistoricalVersion(Long id, Long originalId, Long spaceId, Integer version, Date lastModificationDate, String contentType)
  • Method Details

    • getId

      public Long getId()
    • getOriginalId

      public Long getOriginalId()
    • getSpaceId

      public Long getSpaceId()
    • getVersion

      public Integer getVersion()
    • getLastModificationDate

      public Instant getLastModificationDate()
    • getContentType

      public ContentType getContentType()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object