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