public class AdminLogEntity extends BaseEntity
Modifier and Type | Class and Description |
---|---|
static class |
AdminLogEntity.LogEntry |
Constructor and Description |
---|
AdminLogEntity() |
Modifier and Type | Method and Description |
---|---|
List<AdminLogEntity.LogEntry> |
getLogs() |
int |
getTotalAmount() |
void |
setLogs(List<AdminLogEntity.LogEntry> logs) |
void |
setTotalAmount(int totalAmount) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toString
public int getTotalAmount()
public List<AdminLogEntity.LogEntry> getLogs()
public void setTotalAmount(int totalAmount)
public void setLogs(List<AdminLogEntity.LogEntry> logs)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.