public class

PathQueryResult

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

Summary

Fields
private String end
private Integer length
private List<String> nodes
private List<String> relationships
private String start
private Double weight
Public Constructors
PathQueryResult()
Public Methods
boolean equals(Object other)
String getEnd()
Integer getLength()
List<String> getNodes()
List<String> getRelationships()
String getStart()
Double getWeight()
int hashCode()
void setEnd(String end)
void setLength(Integer length)
void setNodes(List<String> nodes)
void setRelationships(List<String> relationships)
void setStart(String start)
void setWeight(Double weight)
String toString()
PathQueryResult withEnd(String end)
PathQueryResult withLength(Integer length)
PathQueryResult withNodes(List<String> nodes)
PathQueryResult withRelationships(List<String> relationships)
PathQueryResult withStart(String start)
PathQueryResult withWeight(Double weight)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String end

private Integer length

private List<String> nodes

private List<String> relationships

private String start

private Double weight

Public Constructors

public PathQueryResult ()

Public Methods

public boolean equals (Object other)

Parameters
other

public String getEnd ()

public Integer getLength ()

public List<String> getNodes ()

public List<String> getRelationships ()

public String getStart ()

public Double getWeight ()

public int hashCode ()

public void setEnd (String end)

Parameters
end

public void setLength (Integer length)

Parameters
length

public void setNodes (List<String> nodes)

Parameters
nodes

public void setRelationships (List<String> relationships)

Parameters
relationships

public void setStart (String start)

Parameters
start

public void setWeight (Double weight)

Parameters
weight

public String toString ()

public PathQueryResult withEnd (String end)

Parameters
end

public PathQueryResult withLength (Integer length)

Parameters
length

public PathQueryResult withNodes (List<String> nodes)

Parameters
nodes

public PathQueryResult withRelationships (List<String> relationships)

Parameters
relationships

public PathQueryResult withStart (String start)

Parameters
start

public PathQueryResult withWeight (Double weight)

Parameters
weight