public class

IndexConfiguration

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.IndexConfiguration
Known Direct Subclasses

Summary

Fields
private String provider
private String type
Public Constructors
IndexConfiguration()
Public Methods
boolean equals(Object other)
String getProvider()
String getType()
int hashCode()
void setProvider(String provider)
void setType(String type)
String toString()
IndexConfiguration withProvider(String provider)
IndexConfiguration withType(String type)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String provider

private String type

Public Constructors

public IndexConfiguration ()

Public Methods

public boolean equals (Object other)

Parameters
other

public String getProvider ()

public String getType ()

public int hashCode ()

public void setProvider (String provider)

Parameters
provider

public void setType (String type)

Parameters
type

public String toString ()

public IndexConfiguration withProvider (String provider)

Parameters
provider

public IndexConfiguration withType (String type)

Parameters
type