public class StatisticsDescriptionEntity extends BaseEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
StatisticsDescriptionEntity.Figure |
static class |
StatisticsDescriptionEntity.Group |
| Constructor and Description |
|---|
StatisticsDescriptionEntity() |
| Modifier and Type | Method and Description |
|---|---|
List<StatisticsDescriptionEntity.Figure> |
getFigures() |
List<StatisticsDescriptionEntity.Group> |
getGroups() |
void |
setFigures(List<StatisticsDescriptionEntity.Figure> figures) |
void |
setGroups(List<StatisticsDescriptionEntity.Group> groups) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotFound, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCodepublic List<StatisticsDescriptionEntity.Group> getGroups()
public List<StatisticsDescriptionEntity.Figure> getFigures()
public void setGroups(List<StatisticsDescriptionEntity.Group> groups)
public void setFigures(List<StatisticsDescriptionEntity.Figure> figures)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.