Class: TencentCloud::Billing::V20180709::AllocationOverviewDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::AllocationOverviewDetail
- Defined in:
- lib/v20180709/models.rb
Overview
分账概览明细
Instance Attribute Summary collapse
-
#AllocateCashPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#AllocateIncentivePayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#AllocateRealCost ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#AllocateTransferPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#AllocateVoucherPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#BillDate ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherCashPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherIncentivePayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherRealCost ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherTransferPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#GatherVoucherPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#Ratio ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#RealTotalCost ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TotalCashPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TotalIncentivePayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TotalTransferPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TotalVoucherPayAmount ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TreeNodeUniqKey ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TreeNodeUniqKeyName ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#Trend ⇒ Object
upward -上升 downward - 下降 none - 平稳.
-
#TrendType ⇒ Object
upward -上升 downward - 下降 none - 平稳.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(treenodeuniqkey = nil, treenodeuniqkeyname = nil, billdate = nil, gathercashpayamount = nil, gathervoucherpayamount = nil, gatherincentivepayamount = nil, gathertransferpayamount = nil, allocatecashpayamount = nil, allocatevoucherpayamount = nil, allocateincentivepayamount = nil, allocatetransferpayamount = nil, totalcashpayamount = nil, totalvoucherpayamount = nil, totalincentivepayamount = nil, totaltransferpayamount = nil, gatherrealcost = nil, allocaterealcost = nil, realtotalcost = nil, ratio = nil, trend = nil, trendtype = nil) ⇒ AllocationOverviewDetail
constructor
A new instance of AllocationOverviewDetail.
Constructor Details
#initialize(treenodeuniqkey = nil, treenodeuniqkeyname = nil, billdate = nil, gathercashpayamount = nil, gathervoucherpayamount = nil, gatherincentivepayamount = nil, gathertransferpayamount = nil, allocatecashpayamount = nil, allocatevoucherpayamount = nil, allocateincentivepayamount = nil, allocatetransferpayamount = nil, totalcashpayamount = nil, totalvoucherpayamount = nil, totalincentivepayamount = nil, totaltransferpayamount = nil, gatherrealcost = nil, allocaterealcost = nil, realtotalcost = nil, ratio = nil, trend = nil, trendtype = nil) ⇒ AllocationOverviewDetail
Returns a new instance of AllocationOverviewDetail.
615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 |
# File 'lib/v20180709/models.rb', line 615 def initialize(treenodeuniqkey=nil, treenodeuniqkeyname=nil, billdate=nil, gathercashpayamount=nil, gathervoucherpayamount=nil, gatherincentivepayamount=nil, gathertransferpayamount=nil, allocatecashpayamount=nil, allocatevoucherpayamount=nil, allocateincentivepayamount=nil, allocatetransferpayamount=nil, totalcashpayamount=nil, totalvoucherpayamount=nil, totalincentivepayamount=nil, totaltransferpayamount=nil, gatherrealcost=nil, allocaterealcost=nil, realtotalcost=nil, ratio=nil, trend=nil, trendtype=nil) @TreeNodeUniqKey = treenodeuniqkey @TreeNodeUniqKeyName = treenodeuniqkeyname @BillDate = billdate @GatherCashPayAmount = gathercashpayamount @GatherVoucherPayAmount = gathervoucherpayamount @GatherIncentivePayAmount = gatherincentivepayamount @GatherTransferPayAmount = gathertransferpayamount @AllocateCashPayAmount = allocatecashpayamount @AllocateVoucherPayAmount = allocatevoucherpayamount @AllocateIncentivePayAmount = allocateincentivepayamount @AllocateTransferPayAmount = allocatetransferpayamount @TotalCashPayAmount = totalcashpayamount @TotalVoucherPayAmount = totalvoucherpayamount @TotalIncentivePayAmount = totalincentivepayamount @TotalTransferPayAmount = totaltransferpayamount @GatherRealCost = gatherrealcost @AllocateRealCost = allocaterealcost @RealTotalCost = realtotalcost @Ratio = ratio @Trend = trend @TrendType = trendtype end |
Instance Attribute Details
#AllocateCashPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def AllocateCashPayAmount @AllocateCashPayAmount end |
#AllocateIncentivePayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def AllocateIncentivePayAmount @AllocateIncentivePayAmount end |
#AllocateRealCost ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def AllocateRealCost @AllocateRealCost end |
#AllocateTransferPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def AllocateTransferPayAmount @AllocateTransferPayAmount end |
#AllocateVoucherPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def AllocateVoucherPayAmount @AllocateVoucherPayAmount end |
#BillDate ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def BillDate @BillDate end |
#GatherCashPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def GatherCashPayAmount @GatherCashPayAmount end |
#GatherIncentivePayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def GatherIncentivePayAmount @GatherIncentivePayAmount end |
#GatherRealCost ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def GatherRealCost @GatherRealCost end |
#GatherTransferPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def GatherTransferPayAmount @GatherTransferPayAmount end |
#GatherVoucherPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def GatherVoucherPayAmount @GatherVoucherPayAmount end |
#Ratio ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def Ratio @Ratio end |
#RealTotalCost ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def RealTotalCost @RealTotalCost end |
#TotalCashPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def TotalCashPayAmount @TotalCashPayAmount end |
#TotalIncentivePayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def TotalIncentivePayAmount @TotalIncentivePayAmount end |
#TotalTransferPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def TotalTransferPayAmount @TotalTransferPayAmount end |
#TotalVoucherPayAmount ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def TotalVoucherPayAmount @TotalVoucherPayAmount end |
#TreeNodeUniqKey ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def TreeNodeUniqKey @TreeNodeUniqKey end |
#TreeNodeUniqKeyName ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def TreeNodeUniqKeyName @TreeNodeUniqKeyName end |
#Trend ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def Trend @Trend end |
#TrendType ⇒ Object
upward -上升downward - 下降none - 平稳
613 614 615 |
# File 'lib/v20180709/models.rb', line 613 def TrendType @TrendType end |
Instance Method Details
#deserialize(params) ⇒ Object
639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 |
# File 'lib/v20180709/models.rb', line 639 def deserialize(params) @TreeNodeUniqKey = params['TreeNodeUniqKey'] @TreeNodeUniqKeyName = params['TreeNodeUniqKeyName'] @BillDate = params['BillDate'] @GatherCashPayAmount = params['GatherCashPayAmount'] @GatherVoucherPayAmount = params['GatherVoucherPayAmount'] @GatherIncentivePayAmount = params['GatherIncentivePayAmount'] @GatherTransferPayAmount = params['GatherTransferPayAmount'] @AllocateCashPayAmount = params['AllocateCashPayAmount'] @AllocateVoucherPayAmount = params['AllocateVoucherPayAmount'] @AllocateIncentivePayAmount = params['AllocateIncentivePayAmount'] @AllocateTransferPayAmount = params['AllocateTransferPayAmount'] @TotalCashPayAmount = params['TotalCashPayAmount'] @TotalVoucherPayAmount = params['TotalVoucherPayAmount'] @TotalIncentivePayAmount = params['TotalIncentivePayAmount'] @TotalTransferPayAmount = params['TotalTransferPayAmount'] @GatherRealCost = params['GatherRealCost'] @AllocateRealCost = params['AllocateRealCost'] @RealTotalCost = params['RealTotalCost'] @Ratio = params['Ratio'] @Trend = params['Trend'] @TrendType = params['TrendType'] end |