public class

SchemaIndex

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

Summary

Fields
private String label
private List<String> propertyKeys
Public Constructors
SchemaIndex()
Public Methods
boolean equals(Object other)
String getLabel()
List<String> getPropertyKeys()
int hashCode()
void setLabel(String label)
void setPropertyKeys(List<String> propertyKeys)
String toString()
SchemaIndex withLabel(String label)
SchemaIndex withPropertyKeys(List<String> propertyKeys)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String label

private List<String> propertyKeys

Public Constructors

public SchemaIndex ()

Public Methods

public boolean equals (Object other)

Parameters
other

public String getLabel ()

public List<String> getPropertyKeys ()

public int hashCode ()

public void setLabel (String label)

Parameters
label

public void setPropertyKeys (List<String> propertyKeys)

Parameters
propertyKeys

public String toString ()

public SchemaIndex withLabel (String label)

Parameters
label

public SchemaIndex withPropertyKeys (List<String> propertyKeys)

Parameters
propertyKeys