public class AuditRecordsData extends Object
| Constructor and Description |
|---|
AuditRecordsData(Integer offset,
Integer limit,
Integer total,
Iterable<AuditRecord> records) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getLimit() |
Integer |
getOffset() |
Iterable<AuditRecord> |
getRecords() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
Integer |
getTotal() |
int |
hashCode() |
public AuditRecordsData(Integer offset, Integer limit, Integer total, Iterable<AuditRecord> records)
public Integer getOffset()
public Integer getLimit()
public Integer getTotal()
public Iterable<AuditRecord> getRecords()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Copyright © 2017 Atlassian. All rights reserved.