public class

CypherQueryParams

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.CypherQueryParams

Summary

Fields
private Map<String, Object> additionalProperties
Public Constructors
CypherQueryParams()
Public Methods
boolean equals(Object other)
Map<String, Object> getAdditionalProperties()
int hashCode()
void setAdditionalProperties(String name, Object value)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Map<String, Object> additionalProperties

Public Constructors

public CypherQueryParams ()

Public Methods

public boolean equals (Object other)

Parameters
other

public Map<String, Object> getAdditionalProperties ()

public int hashCode ()

public void setAdditionalProperties (String name, Object value)

Parameters
name
value

public String toString ()