public class ListTopostoreNodeRequest extends TopostoreRequest
| Constructor and Description |
|---|
ListTopostoreNodeRequest() |
ListTopostoreNodeRequest(String topostoreName) |
ListTopostoreNodeRequest(String topostoreName,
List<String> nodeIds) |
ListTopostoreNodeRequest(String topostoreName,
List<String> nodeIds,
List<String> nodeTypes,
String propertyKey,
String propertyValue,
Integer offset,
Integer size) |
ListTopostoreNodeRequest(String topostoreName,
String propertyKey,
String propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
ListTopostoreNodeRequest |
addNodeIds(String nodeId) |
ListTopostoreNodeRequest |
addProperties(String key,
String value) |
Map<String,String> |
GetAllParams()
Get all the parameter in the request
|
List<String> |
getNodeIds() |
List<String> |
getNodeTypes() |
Integer |
getOffset() |
Map<String,String> |
getProperties() |
String |
getPropertyKey() |
String |
getPropertyValue() |
Integer |
getSize() |
String |
getTopostoreName() |
void |
setNodeIds(List<String> nodeIds) |
void |
setNodeIds(String... nodeIds) |
void |
setNodeTypes(List<String> nodeTypes) |
void |
setNodeTypes(String... nodeTypes) |
void |
setOffset(Integer offset) |
void |
setProperties(Map<String,String> properties) |
void |
setPropertyKey(String propertyKey) |
void |
setPropertyValue(String propertyValue) |
void |
setSize(Integer size) |
void |
setTopostoreName(String topostoreName) |
GetParam, GetProject, SetParampublic ListTopostoreNodeRequest()
public ListTopostoreNodeRequest(String topostoreName)
public ListTopostoreNodeRequest(String topostoreName, List<String> nodeIds)
public ListTopostoreNodeRequest(String topostoreName, List<String> nodeIds, List<String> nodeTypes, String propertyKey, String propertyValue, Integer offset, Integer size)
public String getTopostoreName()
public void setTopostoreName(String topostoreName)
public void setNodeIds(String... nodeIds)
public ListTopostoreNodeRequest addNodeIds(String nodeId)
public void setNodeTypes(String... nodeTypes)
public ListTopostoreNodeRequest addProperties(String key, String value)
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.