public class

NewSchemaIndex

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

Summary

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

Fields

private List<String> propertyKeys

Public Constructors

public NewSchemaIndex ()

Public Methods

public boolean equals (Object other)

Parameters
other

public List<String> getPropertyKeys ()

public int hashCode ()

public void setPropertyKeys (List<String> propertyKeys)

Parameters
propertyKeys

public String toString ()

public NewSchemaIndex withPropertyKeys (List<String> propertyKeys)

Parameters
propertyKeys