public class DescribeAllocationSummaryByBusinessRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAllocationSummaryByBusinessRequest() |
DescribeAllocationSummaryByBusinessRequest(DescribeAllocationSummaryByBusinessRequest 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 日期,用作筛选,PeriodType=day时可传
|
String[] |
getBusinessCodes()
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 |
getSearchKey()
Deprecated.
|
String |
getSort()
Get 排序字段,枚举值如下:
GatherCashPayAmount - 归集费用(现金)
GatherVoucherPayAmount- 归集费用(优惠券)
GatherIncentivePayAmount - 归集费用(赠送金)
GatherTransferPayAmount - 归集费用(分成金)
AllocateCashPayAmount - 分摊费用(现金)
AllocateVoucherPayAmount - 分摊费用(优惠券)
AllocateIncentivePayAmount - 分摊费用(赠送金)
AllocateTransferPayAmount - 分摊费用(分成金)
TotalCashPayAmount - 合计费用(现金)
TotalVoucherPayAmount - 合计费用(优惠券)
TotalIncentivePayAmount - 合计费用(赠送金)
TotalTransferPayAmount - 合计费用(分成金)
GatherRealCost - 归集费用(折后总额)
AllocateRealCost - 分摊费用(折后总额)
RealTotalCost - 合计费用(折后总额)
BusinessCode - 产品代码
Ratio - 占比(折后总额)
Trend - 环比(折后总额)
|
String |
getSortType()
Get 排序类型,枚举值如下:
asc - 升序
desc - 降序
|
String[] |
getTreeNodeUniqKeys()
Get 分账单元唯一标识,用作筛选
|
void |
setBillDates(String[] BillDates)
Set 日期,用作筛选,PeriodType=day时可传
|
void |
setBusinessCodes(String[] BusinessCodes)
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 |
setSearchKey(String SearchKey)
Deprecated.
|
void |
setSort(String Sort)
Set 排序字段,枚举值如下:
GatherCashPayAmount - 归集费用(现金)
GatherVoucherPayAmount- 归集费用(优惠券)
GatherIncentivePayAmount - 归集费用(赠送金)
GatherTransferPayAmount - 归集费用(分成金)
AllocateCashPayAmount - 分摊费用(现金)
AllocateVoucherPayAmount - 分摊费用(优惠券)
AllocateIncentivePayAmount - 分摊费用(赠送金)
AllocateTransferPayAmount - 分摊费用(分成金)
TotalCashPayAmount - 合计费用(现金)
TotalVoucherPayAmount - 合计费用(优惠券)
TotalIncentivePayAmount - 合计费用(赠送金)
TotalTransferPayAmount - 合计费用(分成金)
GatherRealCost - 归集费用(折后总额)
AllocateRealCost - 分摊费用(折后总额)
RealTotalCost - 合计费用(折后总额)
BusinessCode - 产品代码
Ratio - 占比(折后总额)
Trend - 环比(折后总额)
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeAllocationSummaryByBusinessRequest()
public DescribeAllocationSummaryByBusinessRequest(DescribeAllocationSummaryByBusinessRequest 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 getSortType()
public void setSortType(String SortType)
SortType
- 排序类型,枚举值如下:
asc - 升序
desc - 降序public String getSort()
public void setSort(String Sort)
Sort
- 排序字段,枚举值如下:
GatherCashPayAmount - 归集费用(现金)
GatherVoucherPayAmount- 归集费用(优惠券)
GatherIncentivePayAmount - 归集费用(赠送金)
GatherTransferPayAmount - 归集费用(分成金)
AllocateCashPayAmount - 分摊费用(现金)
AllocateVoucherPayAmount - 分摊费用(优惠券)
AllocateIncentivePayAmount - 分摊费用(赠送金)
AllocateTransferPayAmount - 分摊费用(分成金)
TotalCashPayAmount - 合计费用(现金)
TotalVoucherPayAmount - 合计费用(优惠券)
TotalIncentivePayAmount - 合计费用(赠送金)
TotalTransferPayAmount - 合计费用(分成金)
GatherRealCost - 归集费用(折后总额)
AllocateRealCost - 分摊费用(折后总额)
RealTotalCost - 合计费用(折后总额)
BusinessCode - 产品代码
Ratio - 占比(折后总额)
Trend - 环比(折后总额)public String[] getBillDates()
public void setBillDates(String[] BillDates)
BillDates
- 日期,用作筛选,PeriodType=day时可传public String[] getBusinessCodes()
public void setBusinessCodes(String[] BusinessCodes)
BusinessCodes
- 产品编码,用作筛选@Deprecated public String getSearchKey()
@Deprecated public void setSearchKey(String SearchKey)
SearchKey
- 模糊搜索条件Copyright © 2024. All rights reserved.