Package hydra.ext.cypher.openCypher
Class YieldItem
- java.lang.Object
-
- hydra.ext.cypher.openCypher.YieldItem
-
- All Implemented Interfaces:
java.io.Serializable
public class YieldItem extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Opt<ProcedureResultField>
field
static Name
FIELD_NAME_FIELD
static Name
FIELD_NAME_VARIABLE
static Name
TYPE_NAME
Variable
variable
-
Constructor Summary
Constructors Constructor Description YieldItem(Opt<ProcedureResultField> field, Variable variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
YieldItem
withField(Opt<ProcedureResultField> field)
YieldItem
withVariable(Variable variable)
-
-
-
Constructor Detail
-
YieldItem
public YieldItem(Opt<ProcedureResultField> field, Variable variable)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
withField
public YieldItem withField(Opt<ProcedureResultField> field)
-
-