@Generated(value="org.jsonschema2pojo") public class Neo4jReaderConfiguration extends Neo4jConfiguration implements Serializable
Constructor and Description |
---|
Neo4jReaderConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
Params |
getParams() |
String |
getQuery()
(Required)
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setParams(Params params) |
void |
setQuery(String query)
(Required)
|
String |
toString() |
Neo4jReaderConfiguration |
withAdditionalProperty(String name,
Object value) |
Neo4jReaderConfiguration |
withParams(Params params) |
Neo4jReaderConfiguration |
withQuery(String query) |
getHosts, getPassword, getPort, getScheme, getUsername, setHosts, setPassword, setPort, setScheme, setUsername, withHosts, withPassword, withPort, withScheme, withUsername
@BeanProperty(value="query") public String getQuery()
@BeanProperty(value="query") public void setQuery(String query)
query
- The querypublic Neo4jReaderConfiguration withQuery(String query)
@BeanProperty(value="params") public Params getParams()
@BeanProperty(value="params") public void setParams(Params params)
params
- The paramspublic Neo4jReaderConfiguration withParams(Params params)
public String toString()
toString
in class Neo4jConfiguration
@BeanProperty(name="*") public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in class Neo4jConfiguration
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
setAdditionalProperty
in class Neo4jConfiguration
public Neo4jReaderConfiguration withAdditionalProperty(String name, Object value)
withAdditionalProperty
in class Neo4jConfiguration
public int hashCode()
hashCode
in class Neo4jConfiguration
public boolean equals(Object other)
equals
in class Neo4jConfiguration
Copyright © 2018 The Apache Software Foundation. All rights reserved.