public class AuditRecordCollectionRepresentation extends BaseCollectionRepresentation<AuditRecordRepresentation>
Constructor and Description |
---|
AuditRecordCollectionRepresentation() |
AuditRecordCollectionRepresentation(List<AuditRecordRepresentation> auditRecords) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<AuditRecordRepresentation> |
getAuditRecords() |
int |
hashCode() |
Iterator<AuditRecordRepresentation> |
iterator() |
void |
setAuditRecords(List<AuditRecordRepresentation> audits) |
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
getSelf, getSelfDecoded, setSelf, toJSON, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public AuditRecordCollectionRepresentation()
public AuditRecordCollectionRepresentation(List<AuditRecordRepresentation> auditRecords)
@JSONTypeHint(value=AuditRecordRepresentation.class) public List<AuditRecordRepresentation> getAuditRecords()
public void setAuditRecords(List<AuditRecordRepresentation> audits)
@JSONProperty(ignore=true) public Iterator<AuditRecordRepresentation> iterator()
protected boolean canEqual(Object other)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.