public abstract class JsonBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<AuditLogJson> |
auditLogs |
| Constructor and Description |
|---|
JsonBase() |
JsonBase(List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
List<AuditLogJson> |
getAuditLogs() |
protected static com.google.common.collect.ImmutableList<AuditLogJson> |
toAuditLogJson(List<AuditLog> auditLogs) |
protected static String |
toString(UUID id) |
protected List<AuditLogJson> auditLogs
public JsonBase()
public JsonBase(@Nullable List<AuditLogJson> auditLogs)
protected static com.google.common.collect.ImmutableList<AuditLogJson> toAuditLogJson(@Nullable List<AuditLog> auditLogs)
public List<AuditLogJson> getAuditLogs()
Copyright © 2010-2014. All Rights Reserved.