public class ListTopostoreNodeRelationRequest extends Object
| Constructor and Description |
|---|
ListTopostoreNodeRelationRequest() |
ListTopostoreNodeRelationRequest(String topostoreName) |
ListTopostoreNodeRelationRequest(String topostoreName,
List<String> nodeIds) |
ListTopostoreNodeRelationRequest(String topostoreName,
List<String> nodeIds,
int relationDepth) |
ListTopostoreNodeRelationRequest(String topostoreName,
List<String> nodeIds,
List<String> nodeTypes,
Map<String,String> nodeProperities,
List<String> relationTypes,
int relationDepth,
String relationDirection) |
| Modifier and Type | Method and Description |
|---|---|
ListTopostoreNodeRelationRequest |
addNodeProperty(String key,
String value) |
long |
getDepth() |
String |
getDirection() |
long |
getFrom() |
List<String> |
getNodeIds() |
Map<String,String> |
getNodeProperities() |
List<String> |
getNodeTypes() |
Map<String,String> |
GetParam() |
List<String> |
getRelationTypes() |
long |
getTo() |
String |
getTopostoreName() |
void |
setDepth(long depth) |
void |
setDirection(String direction) |
void |
setFrom(long from) |
void |
setNodeIds(List<String> nodeIds) |
void |
setNodeIds(String... nodeIds) |
void |
setNodeProperities(Map<String,String> nodeProperities) |
void |
setNodeTypes(List<String> nodeTypes) |
void |
setNodeTypes(String... nodeTypes) |
void |
SetParam(String key,
String value) |
void |
setRelationTypes(List<String> relationTypes) |
void |
setRelationTypes(String... relationTypes) |
void |
setTo(long to) |
void |
setTopostoreName(String topostoreName) |
public ListTopostoreNodeRelationRequest()
public ListTopostoreNodeRelationRequest(String topostoreName)
public ListTopostoreNodeRelationRequest(String topostoreName, List<String> nodeIds)
public ListTopostoreNodeRelationRequest(String topostoreName, List<String> nodeIds, int relationDepth)
public long getFrom()
public void setFrom(long from)
public long getTo()
public void setTo(long to)
public String getTopostoreName()
public void setTopostoreName(String topostoreName)
public void setNodeIds(String... nodeIds)
public void setNodeTypes(String... nodeTypes)
public void setRelationTypes(String... relationTypes)
public ListTopostoreNodeRelationRequest addNodeProperty(String key, String value)
public long getDepth()
public void setDepth(long depth)
public String getDirection()
public void setDirection(String direction)
Copyright © 2025. All Rights Reserved.