public class ListTopostoreNodeResponse extends Response
| Constructor and Description |
|---|
ListTopostoreNodeResponse(Map<String,String> headers,
List<TopostoreNode> topostoreNodes,
int count,
int total) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<TopostoreNode> |
getTopostoreNodes() |
int |
getTotal() |
void |
setCount(int count) |
void |
setTopostoreNodes(List<TopostoreNode> topostoreNodes) |
void |
setTotal(int total) |
GetAllHeaders, GetHeader, GetRequestIdpublic ListTopostoreNodeResponse(Map<String,String> headers, List<TopostoreNode> topostoreNodes, int count, int total)
public List<TopostoreNode> getTopostoreNodes()
public void setTopostoreNodes(List<TopostoreNode> topostoreNodes)
public int getTotal()
public void setTotal(int total)
public int getCount()
public void setCount(int count)
Copyright © 2025. All Rights Reserved.