public class IndexEntity extends BaseEntity
Constructor and Description |
---|
IndexEntity() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFields() |
String |
getId() |
int |
getMinLength() |
int |
getSize() |
IndexType |
getType() |
boolean |
isGeoJson() |
boolean |
isNewlyCreated() |
boolean |
isUnique() |
void |
setFields(List<String> fields) |
void |
setGeoJson(boolean getJson) |
void |
setId(String id) |
void |
setMinLength(int minLength) |
void |
setNewlyCreated(boolean isNewlyCreated) |
void |
setSize(int size) |
void |
setType(IndexType type) |
void |
setUnique(boolean unique) |
getCode, getErrorMessage, getErrorNumber, getEtag, getRequestId, getStatusCode, isBatchResponseEntity, isError, isNotFound, isNotModified, isUnauthorized, setCode, setError, setErrorMessage, setErrorNumber, setEtag, setRequestId, setStatusCode
public String getId()
public IndexType getType()
public boolean isGeoJson()
public boolean isNewlyCreated()
public boolean isUnique()
public int getSize()
public void setId(String id)
public void setType(IndexType type)
public void setGeoJson(boolean getJson)
public void setNewlyCreated(boolean isNewlyCreated)
public void setUnique(boolean unique)
public void setSize(int size)
public int getMinLength()
public void setMinLength(int minLength)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.