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
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Integer
The requested or default limit on the number of audit items to be returned.protected Integer
The number of audit items skipped before the first item in this list.protected List<AuditRecordBean>
The list of audit items.protected Long
The total number of audit items returned. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AuditRecords
(Integer limit, Integer offset, List<AuditRecordBean> records, Long total) Constructs a validated instance ofAuditRecords
.AuditRecords
(Consumer<AuditRecords> spec) Constructs a validated instance ofAuditRecords
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
limit()
The requested or default limit on the number of audit items to be returned.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.The number of audit items skipped before the first item in this list.records()
The list of audit items.records
(List<AuditRecordBean> records) The list of audit items.toString()
total()
The total number of audit items returned.The total number of audit items returned.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
AuditRecords
Constructs a validated instance ofAuditRecords
.- Parameter:
spec
- the specification to process
-
AuditRecords
@Internal public AuditRecords(Integer limit, Integer offset, List<AuditRecordBean> records, Long total) Constructs a validated instance ofAuditRecords
.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
-
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. -
limit
The requested or default limit on the number of audit items to be returned.- Gibt zurück:
this
.
-
offset
The number of audit items skipped before the first item in this list.- Gibt zurück:
this
.
-
records
The list of audit items.- Gibt zurück:
this
.
-
total
The total number of audit items returned.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-