Class RemovalCount

java.lang.Object
com.atlassian.confluence.api.model.retention.RemovalCount

public class RemovalCount extends Object
Since:
7.14
  • Constructor Details

    • RemovalCount

      public RemovalCount(long pageVersionsRemoved, long attachmentVersionsRemoved, long attachmentFileSize)
    • RemovalCount

      public RemovalCount()
  • Method Details

    • getPageVersionsRemoved

      public long getPageVersionsRemoved()
    • getAttachmentVersionsRemoved

      public long getAttachmentVersionsRemoved()
    • getAttachmentFileSize

      public long getAttachmentFileSize()
    • builder

      public static RemovalCount.Builder builder()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object