@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-08-17T18:57:13.897+02:00[Europe/Berlin]") public class CorpusConfigurationView extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_BASE_TEXT_SEGMENTATION |
static String |
SERIALIZED_NAME_HIDDEN_ANNOS |
static String |
SERIALIZED_NAME_PAGE_SIZE |
| Constructor and Description |
|---|
CorpusConfigurationView() |
| Modifier and Type | Method and Description |
|---|---|
CorpusConfigurationView |
addHiddenAnnosItem(String hiddenAnnosItem) |
CorpusConfigurationView |
baseTextSegmentation(String baseTextSegmentation) |
boolean |
equals(Object o) |
String |
getBaseTextSegmentation()
Default segmentation to use for the displaying the text, Set to null or omit it if tokens should be used.
|
List<String> |
getHiddenAnnos()
A list of fully qualified annotation names that should be hidden when displayed.
|
Integer |
getPageSize()
Default number of results to show at once for paginated queries.
|
int |
hashCode() |
CorpusConfigurationView |
hiddenAnnos(List<String> hiddenAnnos) |
CorpusConfigurationView |
pageSize(Integer pageSize) |
void |
setBaseTextSegmentation(String baseTextSegmentation) |
void |
setHiddenAnnos(List<String> hiddenAnnos) |
void |
setPageSize(Integer pageSize) |
String |
toString() |
public static final String SERIALIZED_NAME_BASE_TEXT_SEGMENTATION
public static final String SERIALIZED_NAME_PAGE_SIZE
public static final String SERIALIZED_NAME_HIDDEN_ANNOS
public CorpusConfigurationView baseTextSegmentation(String baseTextSegmentation)
@Nullable public String getBaseTextSegmentation()
public void setBaseTextSegmentation(String baseTextSegmentation)
public CorpusConfigurationView pageSize(Integer pageSize)
@Nullable public Integer getPageSize()
public void setPageSize(Integer pageSize)
public CorpusConfigurationView hiddenAnnos(List<String> hiddenAnnos)
public CorpusConfigurationView addHiddenAnnosItem(String hiddenAnnosItem)
@Nullable public List<String> getHiddenAnnos()
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.