public class ListTopostoreRelationResponse extends Response
| Constructor and Description |
|---|
ListTopostoreRelationResponse(Map<String,String> headers,
List<TopostoreRelation> topostoreRelations,
int count,
int total) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<TopostoreRelation> |
getTopostoreRelations() |
int |
getTotal() |
void |
setCount(int count) |
void |
setTopostoreRelations(List<TopostoreRelation> topostoreRelations) |
void |
setTotal(int total) |
GetAllHeaders, GetHeader, GetRequestIdpublic ListTopostoreRelationResponse(Map<String,String> headers, List<TopostoreRelation> topostoreRelations, int count, int total)
public int getCount()
public void setCount(int count)
public int getTotal()
public void setTotal(int total)
public List<TopostoreRelation> getTopostoreRelations()
public void setTopostoreRelations(List<TopostoreRelation> topostoreRelations)
Copyright © 2025. All Rights Reserved.