@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-08-17T18:57:13.897+02:00[Europe/Berlin]") public class CorpusConfigurationContext extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DEFAULT |
static String |
SERIALIZED_NAME_MAX |
static String |
SERIALIZED_NAME_SEGMENTATION |
static String |
SERIALIZED_NAME_SIZES |
| Constructor and Description |
|---|
CorpusConfigurationContext() |
| Modifier and Type | Method and Description |
|---|---|
CorpusConfigurationContext |
_default(Integer _default) |
CorpusConfigurationContext |
addSizesItem(Integer sizesItem) |
boolean |
equals(Object o) |
Integer |
getDefault()
The default context size.
|
Integer |
getMax()
If set, a maximum context size which should be enforced by the query system.
|
String |
getSegmentation()
Default segmentation to use for defining the context, Set to null or omit it if tokens should be used.
|
List<Integer> |
getSizes()
Available context sizes to choose from.
|
int |
hashCode() |
CorpusConfigurationContext |
max(Integer max) |
CorpusConfigurationContext |
segmentation(String segmentation) |
void |
setDefault(Integer _default) |
void |
setMax(Integer max) |
void |
setSegmentation(String segmentation) |
void |
setSizes(List<Integer> sizes) |
CorpusConfigurationContext |
sizes(List<Integer> sizes) |
String |
toString() |
public static final String SERIALIZED_NAME_DEFAULT
public static final String SERIALIZED_NAME_SIZES
public static final String SERIALIZED_NAME_MAX
public static final String SERIALIZED_NAME_SEGMENTATION
public CorpusConfigurationContext _default(Integer _default)
public void setDefault(Integer _default)
public CorpusConfigurationContext sizes(List<Integer> sizes)
public CorpusConfigurationContext addSizesItem(Integer sizesItem)
@Nullable public List<Integer> getSizes()
public CorpusConfigurationContext max(Integer max)
@Nullable public Integer getMax()
public void setMax(Integer max)
public CorpusConfigurationContext segmentation(String segmentation)
@Nullable public String getSegmentation()
public void setSegmentation(String segmentation)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.