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