@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-08-17T18:57:13.897+02:00[Europe/Berlin]") public class Component extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LAYER |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
| Constructor and Description |
|---|
Component() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLayer()
A layer name which allows to group different components into the same layer.
|
String |
getName()
Name of the component
|
AnnotationComponentType |
getType()
Get type
|
int |
hashCode() |
Component |
layer(String layer) |
Component |
name(String name) |
void |
setLayer(String layer) |
void |
setName(String name) |
void |
setType(AnnotationComponentType type) |
String |
toString() |
Component |
type(AnnotationComponentType type) |
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_LAYER
public Component type(AnnotationComponentType type)
@Nullable public AnnotationComponentType getType()
public void setType(AnnotationComponentType type)
public void setName(String name)
@Nullable public String getLayer()
public void setLayer(String layer)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.