public class AllocationOverviewDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
AllocationOverviewDetail() |
AllocationOverviewDetail(AllocationOverviewDetail 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 |
getAllocateCashPayAmount()
Get 分摊费用(现金):基于分摊规则分摊到分账单元的资源现金
|
String |
getAllocateIncentivePayAmount()
Get 分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金
|
String |
getAllocateRealCost()
Get 分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价
|
String |
getAllocateTransferPayAmount()
Get 分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金
|
String |
getAllocateVoucherPayAmount()
Get 分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券
|
String |
getBillDate()
Get 日期:结算日期
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getGatherCashPayAmount()
Get 归集费用(现金):基于归集规则直接归集到分账单元的现金
|
String |
getGatherIncentivePayAmount()
Get 归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金
|
String |
getGatherRealCost()
Get 归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价
|
String |
getGatherTransferPayAmount()
Get 归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金
|
String |
getGatherVoucherPayAmount()
Get 归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券
|
String |
getRatio()
Get 占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%
|
String |
getRealTotalCost()
Get 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)
|
String |
getTotalCashPayAmount()
Get 合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)
|
String |
getTotalIncentivePayAmount()
Get 合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)
|
String |
getTotalTransferPayAmount()
Get 合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)
|
String |
getTotalVoucherPayAmount()
Get 合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)
|
String |
getTreeNodeUniqKey()
Get 分账单元唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTreeNodeUniqKeyName()
Get 分账单元名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTrend()
Get 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTrendType()
Get 环比箭头
upward -上升
downward - 下降
none - 平稳
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAllocateCashPayAmount(String AllocateCashPayAmount)
Set 分摊费用(现金):基于分摊规则分摊到分账单元的资源现金
|
void |
setAllocateIncentivePayAmount(String AllocateIncentivePayAmount)
Set 分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金
|
void |
setAllocateRealCost(String AllocateRealCost)
Set 分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价
|
void |
setAllocateTransferPayAmount(String AllocateTransferPayAmount)
Set 分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金
|
void |
setAllocateVoucherPayAmount(String AllocateVoucherPayAmount)
Set 分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券
|
void |
setBillDate(String BillDate)
Set 日期:结算日期
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGatherCashPayAmount(String GatherCashPayAmount)
Set 归集费用(现金):基于归集规则直接归集到分账单元的现金
|
void |
setGatherIncentivePayAmount(String GatherIncentivePayAmount)
Set 归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金
|
void |
setGatherRealCost(String GatherRealCost)
Set 归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价
|
void |
setGatherTransferPayAmount(String GatherTransferPayAmount)
Set 归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金
|
void |
setGatherVoucherPayAmount(String GatherVoucherPayAmount)
Set 归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券
|
void |
setRatio(String Ratio)
Set 占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%
|
void |
setRealTotalCost(String RealTotalCost)
Set 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)
|
void |
setTotalCashPayAmount(String TotalCashPayAmount)
Set 合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)
|
void |
setTotalIncentivePayAmount(String TotalIncentivePayAmount)
Set 合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)
|
void |
setTotalTransferPayAmount(String TotalTransferPayAmount)
Set 合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)
|
void |
setTotalVoucherPayAmount(String TotalVoucherPayAmount)
Set 合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)
|
void |
setTreeNodeUniqKey(String TreeNodeUniqKey)
Set 分账单元唯一标识
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTreeNodeUniqKeyName(String TreeNodeUniqKeyName)
Set 分账单元名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTrend(String Trend)
Set 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTrendType(String TrendType)
Set 环比箭头
upward -上升
downward - 下降
none - 平稳
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public AllocationOverviewDetail()
public AllocationOverviewDetail(AllocationOverviewDetail source)
public String getTreeNodeUniqKey()
public void setTreeNodeUniqKey(String TreeNodeUniqKey)
TreeNodeUniqKey
- 分账单元唯一标识
注意:此字段可能返回 null,表示取不到有效值。public String getTreeNodeUniqKeyName()
public void setTreeNodeUniqKeyName(String TreeNodeUniqKeyName)
TreeNodeUniqKeyName
- 分账单元名称
注意:此字段可能返回 null,表示取不到有效值。public String getBillDate()
public void setBillDate(String BillDate)
BillDate
- 日期:结算日期
注意:此字段可能返回 null,表示取不到有效值。public String getGatherCashPayAmount()
public void setGatherCashPayAmount(String GatherCashPayAmount)
GatherCashPayAmount
- 归集费用(现金):基于归集规则直接归集到分账单元的现金public String getGatherVoucherPayAmount()
public void setGatherVoucherPayAmount(String GatherVoucherPayAmount)
GatherVoucherPayAmount
- 归集费用(优惠券):基于归集规则直接归集到分账单元的资源优惠券public String getGatherIncentivePayAmount()
public void setGatherIncentivePayAmount(String GatherIncentivePayAmount)
GatherIncentivePayAmount
- 归集费用(赠送金):基于归集规则直接归集到分账单元的资源赠送金public String getGatherTransferPayAmount()
public void setGatherTransferPayAmount(String GatherTransferPayAmount)
GatherTransferPayAmount
- 归集费用(分成金):基于归集规则直接归集到分账单元的资源分成金public String getAllocateCashPayAmount()
public void setAllocateCashPayAmount(String AllocateCashPayAmount)
AllocateCashPayAmount
- 分摊费用(现金):基于分摊规则分摊到分账单元的资源现金public String getAllocateVoucherPayAmount()
public void setAllocateVoucherPayAmount(String AllocateVoucherPayAmount)
AllocateVoucherPayAmount
- 分摊费用(优惠券):基于分摊规则分摊到分账单元的资源优惠券public String getAllocateIncentivePayAmount()
public void setAllocateIncentivePayAmount(String AllocateIncentivePayAmount)
AllocateIncentivePayAmount
- 分摊费用(赠送金):基于分摊规则分摊到分账单元的资源赠送金public String getAllocateTransferPayAmount()
public void setAllocateTransferPayAmount(String AllocateTransferPayAmount)
AllocateTransferPayAmount
- 分摊费用(分成金):基于分摊规则分摊到分账单元的资源分成金public String getTotalCashPayAmount()
public void setTotalCashPayAmount(String TotalCashPayAmount)
TotalCashPayAmount
- 合计费用(现金):分账单元总费用,归集费用(现金) + 分摊费用(现金)public String getTotalVoucherPayAmount()
public void setTotalVoucherPayAmount(String TotalVoucherPayAmount)
TotalVoucherPayAmount
- 合计费用(优惠券):分账单元总费用,归集费用(优惠券) + 分摊费用(优惠券)public String getTotalIncentivePayAmount()
public void setTotalIncentivePayAmount(String TotalIncentivePayAmount)
TotalIncentivePayAmount
- 合计费用(赠送金):分账单元总费用,归集费用(赠送金) + 分摊费用(赠送金)public String getTotalTransferPayAmount()
public void setTotalTransferPayAmount(String TotalTransferPayAmount)
TotalTransferPayAmount
- 合计费用(分成金):分账单元总费用,归集费用(分成金)+分摊费用(分成金)public String getGatherRealCost()
public void setGatherRealCost(String GatherRealCost)
GatherRealCost
- 归集费用(折后总额):基于归集规则直接归集到分账单元的资源优惠后总价public String getAllocateRealCost()
public void setAllocateRealCost(String AllocateRealCost)
AllocateRealCost
- 分摊费用(折后总额):基于分摊规则分摊到分账单元的资源优惠后总价public String getRealTotalCost()
public void setRealTotalCost(String RealTotalCost)
RealTotalCost
- 合计费用(折后总额):分账单元总费用,归集费用(折后总额) + 分摊费用(折后总额)public String getRatio()
public void setRatio(String Ratio)
Ratio
- 占比(折后总额):本分账单元合计费用(折后总额)/合计费用(折后总额)*100%public String getTrend()
public void setTrend(String Trend)
Trend
- 环比(折后总额):[本月分账单元合计费用(折后总额) - 上月分账单元合计费用(折后总额)] / 上月分账单元合计费用(折后总额) * 100%
注意:此字段可能返回 null,表示取不到有效值。public String getTrendType()
public void setTrendType(String TrendType)
TrendType
- 环比箭头
upward -上升
downward - 下降
none - 平稳
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.