public class DescribeAllocationOverviewRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAllocationOverviewRequest() | 
| DescribeAllocationOverviewRequest(DescribeAllocationOverviewRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getBillDates()Get 日期,用作筛选 | 
| Long | getLimit()Get 数量,最大值为1000 | 
| String | getMonth()Get 账单月份,格式为2024-02,不传默认当前月 | 
| Long | getOffset()Get 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推 | 
| String | getPeriodType()Get 统计周期,枚举值如下
month - 月
day - 日 | 
| String | getSort()Get 排序字段,枚举值如下: 
GatherCashPayAmount - 归集费用(现金)
GatherVoucherPayAmount- 归集费用(优惠券)
GatherIncentivePayAmount -  归集费用(赠送金)
GatherTransferPayAmount - 归集费用(分成金)
AllocateCashPayAmount - 分摊费用(现金)
AllocateVoucherPayAmount - 分摊费用(优惠券)
AllocateIncentivePayAmount - 分摊费用(赠送金)
AllocateTransferPayAmount - 分摊费用(分成金)
TotalCashPayAmount - 合计费用(现金)
TotalVoucherPayAmount - 合计费用(优惠券)
TotalIncentivePayAmount - 合计费用(赠送金)
TotalTransferPayAmount - 合计费用(分成金)
GatherRealCost - 归集费用(折后总额)
AllocateRealCost - 分摊费用(折后总额)
RealTotalCost - 合计费用(折后总额)
Ratio  - 占比(折后总额) | 
| String | getSortType()Get 排序类型,枚举值如下:
asc - 升序
desc - 降序 | 
| String[] | getTreeNodeUniqKeys()Get 分账单元唯一标识,用作筛选 | 
| void | setBillDates(String[] BillDates)Set 日期,用作筛选 | 
| void | setLimit(Long Limit)Set 数量,最大值为1000 | 
| void | setMonth(String Month)Set 账单月份,格式为2024-02,不传默认当前月 | 
| void | setOffset(Long Offset)Set 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推 | 
| void | setPeriodType(String PeriodType)Set 统计周期,枚举值如下
month - 月
day - 日 | 
| void | setSort(String Sort)Set 排序字段,枚举值如下: 
GatherCashPayAmount - 归集费用(现金)
GatherVoucherPayAmount- 归集费用(优惠券)
GatherIncentivePayAmount -  归集费用(赠送金)
GatherTransferPayAmount - 归集费用(分成金)
AllocateCashPayAmount - 分摊费用(现金)
AllocateVoucherPayAmount - 分摊费用(优惠券)
AllocateIncentivePayAmount - 分摊费用(赠送金)
AllocateTransferPayAmount - 分摊费用(分成金)
TotalCashPayAmount - 合计费用(现金)
TotalVoucherPayAmount - 合计费用(优惠券)
TotalIncentivePayAmount - 合计费用(赠送金)
TotalTransferPayAmount - 合计费用(分成金)
GatherRealCost - 归集费用(折后总额)
AllocateRealCost - 分摊费用(折后总额)
RealTotalCost - 合计费用(折后总额)
Ratio  - 占比(折后总额) | 
| void | setSortType(String SortType)Set 排序类型,枚举值如下:
asc - 升序
desc - 降序 | 
| void | setTreeNodeUniqKeys(String[] TreeNodeUniqKeys)Set 分账单元唯一标识,用作筛选 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAllocationOverviewRequest()
public DescribeAllocationOverviewRequest(DescribeAllocationOverviewRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - 数量,最大值为1000public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推public String getMonth()
public void setMonth(String Month)
Month - 账单月份,格式为2024-02,不传默认当前月public String getPeriodType()
public void setPeriodType(String PeriodType)
PeriodType - 统计周期,枚举值如下
month - 月
day - 日public String[] getTreeNodeUniqKeys()
public void setTreeNodeUniqKeys(String[] TreeNodeUniqKeys)
TreeNodeUniqKeys - 分账单元唯一标识,用作筛选public String getSort()
public void setSort(String Sort)
Sort - 排序字段,枚举值如下: 
GatherCashPayAmount - 归集费用(现金)
GatherVoucherPayAmount- 归集费用(优惠券)
GatherIncentivePayAmount -  归集费用(赠送金)
GatherTransferPayAmount - 归集费用(分成金)
AllocateCashPayAmount - 分摊费用(现金)
AllocateVoucherPayAmount - 分摊费用(优惠券)
AllocateIncentivePayAmount - 分摊费用(赠送金)
AllocateTransferPayAmount - 分摊费用(分成金)
TotalCashPayAmount - 合计费用(现金)
TotalVoucherPayAmount - 合计费用(优惠券)
TotalIncentivePayAmount - 合计费用(赠送金)
TotalTransferPayAmount - 合计费用(分成金)
GatherRealCost - 归集费用(折后总额)
AllocateRealCost - 分摊费用(折后总额)
RealTotalCost - 合计费用(折后总额)
Ratio  - 占比(折后总额)public String getSortType()
public void setSortType(String SortType)
SortType - 排序类型,枚举值如下:
asc - 升序
desc - 降序public String[] getBillDates()
public void setBillDates(String[] BillDates)
BillDates - 日期,用作筛选Copyright © 2025. All rights reserved.