public class RealmAuditRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
auditEnabled |
protected Long |
auditExpiration |
protected List<String> |
auditListeners |
Constructor and Description |
---|
RealmAuditRepresentation() |
Modifier and Type | Method and Description |
---|---|
Long |
getAuditExpiration() |
List<String> |
getAuditListeners() |
boolean |
isAuditEnabled() |
void |
setAuditEnabled(boolean auditEnabled) |
void |
setAuditExpiration(Long auditExpiration) |
void |
setAuditListeners(List<String> auditListeners) |
protected boolean auditEnabled
protected Long auditExpiration
Copyright © 2014. All Rights Reserved.