public class ListBillOverviewByProdResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
ListBillOverviewByProdResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListBillOverviewByProdResponse |
addListItem(ListForListBillOverviewByProdOutput listItem) |
boolean |
equals(Object o) |
Integer |
getLimit()
Get limit
|
@Valid List<ListForListBillOverviewByProdOutput> |
getList()
Get list
|
Integer |
getOffset()
Get offset
|
Integer |
getTotal()
Get total
|
int |
hashCode() |
ListBillOverviewByProdResponse |
limit(Integer limit) |
ListBillOverviewByProdResponse |
list(List<ListForListBillOverviewByProdOutput> list) |
ListBillOverviewByProdResponse |
offset(Integer offset) |
void |
setLimit(Integer limit) |
void |
setList(List<ListForListBillOverviewByProdOutput> list) |
void |
setOffset(Integer offset) |
void |
setTotal(Integer total) |
String |
toString() |
ListBillOverviewByProdResponse |
total(Integer total) |
getResponseMetadata, setResponseMetadatapublic ListBillOverviewByProdResponse limit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public ListBillOverviewByProdResponse list(List<ListForListBillOverviewByProdOutput> list)
public ListBillOverviewByProdResponse addListItem(ListForListBillOverviewByProdOutput listItem)
@Valid public @Valid List<ListForListBillOverviewByProdOutput> getList()
public void setList(List<ListForListBillOverviewByProdOutput> list)
public ListBillOverviewByProdResponse offset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public ListBillOverviewByProdResponse total(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
Copyright © 2025. All rights reserved.