@Generated(value="org.jsonschema2pojo") public class CypherQueryResponse extends Object
Constructor and Description |
---|
CypherQueryResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
List<String> |
getColumns() |
List<List<List<ItemMetadata>>> |
getData() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setColumns(List<String> columns) |
void |
setData(List<List<List<ItemMetadata>>> data) |
String |
toString() |
CypherQueryResponse |
withAdditionalProperty(String name,
Object value) |
CypherQueryResponse |
withColumns(List<String> columns) |
CypherQueryResponse |
withData(List<List<List<ItemMetadata>>> data) |
@BeanProperty(value="columns") public void setColumns(List<String> columns)
columns
- The columnspublic CypherQueryResponse withColumns(List<String> columns)
@BeanProperty(value="data") public List<List<List<ItemMetadata>>> getData()
@BeanProperty(value="data") public void setData(List<List<List<ItemMetadata>>> data)
data
- The datapublic CypherQueryResponse withData(List<List<List<ItemMetadata>>> data)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public CypherQueryResponse withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.