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