public class StatisticsEntity extends BaseEntity
Modifier and Type | Class and Description |
---|---|
static class |
StatisticsEntity.Client |
static class |
StatisticsEntity.FigureValue |
static class |
StatisticsEntity.Server |
static class |
StatisticsEntity.System |
Constructor and Description |
---|
StatisticsEntity() |
Modifier and Type | Method and Description |
---|---|
StatisticsEntity.Client |
getClient() |
StatisticsEntity.Server |
getServer() |
StatisticsEntity.System |
getSystem() |
void |
setClient(StatisticsEntity.Client client) |
void |
setServer(StatisticsEntity.Server server) |
void |
setSystem(StatisticsEntity.System system) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode, toString
public StatisticsEntity.System getSystem()
public StatisticsEntity.Client getClient()
public StatisticsEntity.Server getServer()
public void setSystem(StatisticsEntity.System system)
public void setClient(StatisticsEntity.Client client)
public void setServer(StatisticsEntity.Server server)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.