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