@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-08-17T18:57:13.897+02:00[Europe/Berlin]") public class QueryAttributeDescription extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALTERNATIVE |
static String |
SERIALIZED_NAME_ANNO_NAME |
static String |
SERIALIZED_NAME_QUERY_FRAGMENT |
static String |
SERIALIZED_NAME_VARIABLE |
| Constructor and Description |
|---|
QueryAttributeDescription() |
| Modifier and Type | Method and Description |
|---|---|
QueryAttributeDescription |
alternative(Integer alternative) |
QueryAttributeDescription |
annoName(String annoName) |
boolean |
equals(Object o) |
Integer |
getAlternative()
ID of the alternative this attribute is part of.
|
String |
getAnnoName()
Optional annotation name represented by this attribute.
|
String |
getQueryFragment()
Textual representation of the query fragment for this attribute.
|
String |
getVariable()
Variable name of this attribute.
|
int |
hashCode() |
QueryAttributeDescription |
queryFragment(String queryFragment) |
void |
setAlternative(Integer alternative) |
void |
setAnnoName(String annoName) |
void |
setQueryFragment(String queryFragment) |
void |
setVariable(String variable) |
String |
toString() |
QueryAttributeDescription |
variable(String variable) |
public static final String SERIALIZED_NAME_ALTERNATIVE
public static final String SERIALIZED_NAME_QUERY_FRAGMENT
public static final String SERIALIZED_NAME_VARIABLE
public static final String SERIALIZED_NAME_ANNO_NAME
public QueryAttributeDescription alternative(Integer alternative)
@Nullable public Integer getAlternative()
public void setAlternative(Integer alternative)
public QueryAttributeDescription queryFragment(String queryFragment)
@Nullable public String getQueryFragment()
public void setQueryFragment(String queryFragment)
public QueryAttributeDescription variable(String variable)
@Nullable public String getVariable()
public void setVariable(String variable)
public QueryAttributeDescription annoName(String annoName)
@Nullable public String getAnnoName()
public void setAnnoName(String annoName)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.