public abstract class JsonBase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AuditLogJson> |
auditLogs |
| Constructor and Description |
|---|
JsonBase() |
JsonBase(java.util.List<AuditLogJson> auditLogs) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuditLogJson> |
getAuditLogs() |
protected java.util.List<PluginProperty> |
propertiesToList(java.util.Map<java.lang.String,java.lang.String> propertiesMap) |
protected java.util.Map<java.lang.String,java.lang.Object> |
propertiesToMap(java.lang.Iterable<PluginProperty> properties) |
protected static com.google.common.collect.ImmutableList<AuditLogJson> |
toAuditLogJson(java.util.List<AuditLog> auditLogs) |
protected static java.util.List<PluginPropertyJson> |
toPluginPropertyJson(java.lang.Iterable<PluginProperty> properties) |
protected static java.lang.String |
toString(java.util.UUID id) |
protected java.util.List<AuditLogJson> auditLogs
public JsonBase()
public JsonBase(@Nullable
java.util.List<AuditLogJson> auditLogs)
protected static com.google.common.collect.ImmutableList<AuditLogJson> toAuditLogJson(@Nullable java.util.List<AuditLog> auditLogs)
protected static java.lang.String toString(@Nullable
java.util.UUID id)
public java.util.List<AuditLogJson> getAuditLogs()
protected java.util.List<PluginProperty> propertiesToList(java.util.Map<java.lang.String,java.lang.String> propertiesMap)
protected java.util.Map<java.lang.String,java.lang.Object> propertiesToMap(java.lang.Iterable<PluginProperty> properties)
protected static java.util.List<PluginPropertyJson> toPluginPropertyJson(java.lang.Iterable<PluginProperty> properties)
Copyright © 2010-2018. All Rights Reserved.