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