public class CollectionsEntity extends BaseEntity
Constructor and Description |
---|
CollectionsEntity() |
Modifier and Type | Method and Description |
---|---|
List<CollectionEntity> |
getCollections() |
Map<String,CollectionEntity> |
getNames() |
void |
setCollections(List<CollectionEntity> collections) |
void |
setNames(Map<String,CollectionEntity> names) |
String |
toString() |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode
public List<CollectionEntity> getCollections()
public Map<String,CollectionEntity> getNames()
public void setCollections(List<CollectionEntity> collections)
public void setNames(Map<String,CollectionEntity> names)
public String toString()
toString
in class BaseEntity
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.