public class

NewUniqueNode

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

Summary

Fields
private String key
private Data properties
private String value
Public Constructors
NewUniqueNode()
Public Methods
boolean equals(Object other)
String getKey()
Data getProperties()
String getValue()
int hashCode()
void setKey(String key)
void setProperties(Data properties)
void setValue(String value)
String toString()
NewUniqueNode withKey(String key)
NewUniqueNode withProperties(Data properties)
NewUniqueNode withValue(String value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String key

private Data properties

private String value

Public Constructors

public NewUniqueNode ()

Public Methods

public boolean equals (Object other)

Parameters
other

public String getKey ()

public Data getProperties ()

public String getValue ()

public int hashCode ()

public void setKey (String key)

Parameters
key

public void setProperties (Data properties)

Parameters
properties

public void setValue (String value)

Parameters
value

public String toString ()

public NewUniqueNode withKey (String key)

Parameters
key

public NewUniqueNode withProperties (Data properties)

Parameters
properties

public NewUniqueNode withValue (String value)

Parameters
value