Klasse AuditRecords

java.lang.Object
io.github.primelib.jira4j.restv3.model.AuditRecords

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class AuditRecords extends Object
AuditRecords
  • Felddetails

    • limit

      protected Integer limit
      The requested or default limit on the number of audit items to be returned.
    • offset

      protected Integer offset
      The number of audit items skipped before the first item in this list.
    • records

      protected List<AuditRecordBean> records
      The list of audit items.
    • total

      protected Long total
      The total number of audit items returned.
  • Konstruktordetails

    • AuditRecords

      public AuditRecords(Consumer<AuditRecords> spec)
      Constructs a validated instance of AuditRecords.
      Parameter:
      spec - the specification to process
    • AuditRecords

      @Internal public AuditRecords(Integer limit, Integer offset, List<AuditRecordBean> records, Long total)
      Constructs a validated instance of AuditRecords.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using AuditRecords(Consumer) instead.

      Parameter:
      limit - The requested or default limit on the number of audit items to be returned.
      offset - The number of audit items skipped before the first item in this list.
      records - The list of audit items.
      total - The total number of audit items returned.
    • AuditRecords

      protected AuditRecords()
  • Methodendetails

    • builder

      public static AuditRecords.AuditRecordsBuilder builder()
    • limit

      public Integer limit()
      The requested or default limit on the number of audit items to be returned.
    • offset

      public Integer offset()
      The number of audit items skipped before the first item in this list.
    • records

      public List<AuditRecordBean> records()
      The list of audit items.
    • total

      public Long total()
      The total number of audit items returned.
    • limit

      public AuditRecords limit(Integer limit)
      The requested or default limit on the number of audit items to be returned.
      Gibt zurück:
      this.
    • offset

      public AuditRecords offset(Integer offset)
      The number of audit items skipped before the first item in this list.
      Gibt zurück:
      this.
    • records

      public AuditRecords records(List<AuditRecordBean> records)
      The list of audit items.
      Gibt zurück:
      this.
    • total

      public AuditRecords total(Long total)
      The total number of audit items returned.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object