Class AuditRecordsData

java.lang.Object
com.atlassian.jira.rest.client.api.domain.AuditRecordsData

public class AuditRecordsData extends Object
Represents audit search metadata and audit result records
  • Constructor Details

  • Method Details

    • getOffset

      public Integer getOffset()
    • getLimit

      public Integer getLimit()
    • getTotal

      public Integer getTotal()
    • getRecords

      public Iterable<AuditRecord> getRecords()
    • getToStringHelper

      protected com.google.common.base.MoreObjects.ToStringHelper getToStringHelper()
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object