public class ListTopostoreRelationRequest extends TopostoreRequest
| Constructor and Description |
|---|
ListTopostoreRelationRequest() |
ListTopostoreRelationRequest(String topostoreName) |
ListTopostoreRelationRequest(String topostoreName,
List<String> relationIds) |
ListTopostoreRelationRequest(String topostoreName,
List<String> relationIds,
List<String> relationTypes,
String propertyKey,
String propertyValue,
Integer offset,
Integer size) |
ListTopostoreRelationRequest(String topostoreName,
String propertyKey,
String propertyValue) |
GetParam, GetProject, SetParampublic ListTopostoreRelationRequest()
public ListTopostoreRelationRequest(String topostoreName)
public ListTopostoreRelationRequest(String topostoreName, List<String> relationIds)
public ListTopostoreRelationRequest(String topostoreName, List<String> relationIds, List<String> relationTypes, String propertyKey, String propertyValue, Integer offset, Integer size)
public String getTopostoreName()
public void setTopostoreName(String topostoreName)
public ListTopostoreRelationRequest addProperties(String key, String value)
public void setRelationIds(String... relationIds)
public ListTopostoreRelationRequest addRelationId(String relationId)
public void setRelationTypes(String... relationTypes)
public ListTopostoreRelationRequest addRelationType(String relationType)
public void setSrcNodeIds(String... srcNodeIds)
public ListTopostoreRelationRequest addSrcNodeId(String srcNodeId)
public void setDstNodeIds(String... dstNodeIds)
public ListTopostoreRelationRequest addDstNodeId(String dstNodeId)
public String getPropertyKey()
public void setPropertyKey(String propertyKey)
public String getPropertyValue()
public void setPropertyValue(String propertyValue)
public Integer getOffset()
public void setOffset(Integer offset)
public Integer getSize()
public void setSize(Integer size)
Copyright © 2025. All Rights Reserved.