Class PathEdgeRequest
Object
PathEdgeRequest
- All Implemented Interfaces:
Serializable
Specifies the details for a Path Graph edge.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPathEdgeRequest(String typePublicId, String nodeName, RelationTypeDirection direction, int repetitionDepth) -
Method Summary
Modifier and TypeMethodDescriptionstatic PathEdgeRequest.Builderbuilder()protected booleanbooleanintinthashCode()voidsetDirection(RelationTypeDirection direction) voidsetNodeName(String nodeName) voidsetRepetitionDepth(int repetitionDepth) voidsetTypePublicId(String typePublicId) toString()
-
Constructor Details
-
PathEdgeRequest
public PathEdgeRequest() -
PathEdgeRequest
public PathEdgeRequest(String typePublicId, String nodeName, RelationTypeDirection direction, int repetitionDepth)
-
-
Method Details
-
builder
-
getTypePublicId
-
getNodeName
-
getDirection
-
getRepetitionDepth
public int getRepetitionDepth() -
setTypePublicId
-
setNodeName
-
setDirection
-
setRepetitionDepth
public void setRepetitionDepth(int repetitionDepth) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-