@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-08-17T18:57:13.897+02:00[Europe/Berlin]") public class SubgraphWithContext extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LEFT |
static String |
SERIALIZED_NAME_NODE_IDS |
static String |
SERIALIZED_NAME_RIGHT |
static String |
SERIALIZED_NAME_SEGMENTATION |
| Constructor and Description |
|---|
SubgraphWithContext() |
| Modifier and Type | Method and Description |
|---|---|
SubgraphWithContext |
addNodeIdsItem(String nodeIdsItem) |
boolean |
equals(Object o) |
Integer |
getLeft()
Left context size.
|
List<String> |
getNodeIds()
A list of node IDs that should be part of the subgraph.
|
Integer |
getRight()
Right context size.
|
String |
getSegmentation()
Segmentation to use for defining the context, Set to null or omit it if tokens should be used.
|
int |
hashCode() |
SubgraphWithContext |
left(Integer left) |
SubgraphWithContext |
nodeIds(List<String> nodeIds) |
SubgraphWithContext |
right(Integer right) |
SubgraphWithContext |
segmentation(String segmentation) |
void |
setLeft(Integer left) |
void |
setNodeIds(List<String> nodeIds) |
void |
setRight(Integer right) |
void |
setSegmentation(String segmentation) |
String |
toString() |
public static final String SERIALIZED_NAME_NODE_IDS
public static final String SERIALIZED_NAME_SEGMENTATION
public static final String SERIALIZED_NAME_LEFT
public static final String SERIALIZED_NAME_RIGHT
public SubgraphWithContext nodeIds(List<String> nodeIds)
public SubgraphWithContext addNodeIdsItem(String nodeIdsItem)
@Nullable public List<String> getNodeIds()
public SubgraphWithContext segmentation(String segmentation)
@Nullable public String getSegmentation()
public void setSegmentation(String segmentation)
public SubgraphWithContext left(Integer left)
public void setLeft(Integer left)
public SubgraphWithContext right(Integer right)
public void setRight(Integer right)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.