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