public class AnalyzerEntity extends Object
Constructor and Description |
---|
AnalyzerEntity() |
Modifier and Type | Method and Description |
---|---|
Set<AnalyzerFeature> |
getFeatures() |
String |
getName() |
Map<String,Object> |
getProperties() |
AnalyzerType |
getType() |
void |
setFeatures(Set<AnalyzerFeature> features) |
void |
setName(String name) |
void |
setProperties(Map<String,Object> properties) |
void |
setType(AnalyzerType type) |
public Set<AnalyzerFeature> getFeatures()
public void setFeatures(Set<AnalyzerFeature> features)
public AnalyzerType getType()
public void setType(AnalyzerType type)
public String getName()
public void setName(String name)
Copyright © 2016–2019 ArangoDB GmbH. All rights reserved.