Class: TencentCloud::Cpdp::V20190820::QueryReconciliationFileApplyInfoResult

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190820/models.rb

Overview

查询对账文件申请结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(applyfileid = nil, applystatus = nil, applymessage = nil, fileurlarray = nil) ⇒ QueryReconciliationFileApplyInfoResult

Returns a new instance of QueryReconciliationFileApplyInfoResult.



22520
22521
22522
22523
22524
22525
# File 'lib/v20190820/models.rb', line 22520

def initialize(applyfileid=nil, applystatus=nil, applymessage=nil, fileurlarray=nil)
  @ApplyFileId = applyfileid
  @ApplyStatus = applystatus
  @ApplyMessage = applymessage
  @FileUrlArray = fileurlarray
end

Instance Attribute Details

#ApplyFileIdObject

__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ApplyFileId:

    申请对账文件的任务ID。

  • ApplyStatus:

    对账文件申请状态。

  • ApplyMessage:

    申请结果描述。

  • FileUrlArray:

    对账文件下载地址列表。



22518
22519
22520
# File 'lib/v20190820/models.rb', line 22518

def ApplyFileId
  @ApplyFileId
end

#ApplyMessageObject

__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ApplyFileId:

    申请对账文件的任务ID。

  • ApplyStatus:

    对账文件申请状态。

  • ApplyMessage:

    申请结果描述。

  • FileUrlArray:

    对账文件下载地址列表。



22518
22519
22520
# File 'lib/v20190820/models.rb', line 22518

def ApplyMessage
  @ApplyMessage
end

#ApplyStatusObject

__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ApplyFileId:

    申请对账文件的任务ID。

  • ApplyStatus:

    对账文件申请状态。

  • ApplyMessage:

    申请结果描述。

  • FileUrlArray:

    对账文件下载地址列表。



22518
22519
22520
# File 'lib/v20190820/models.rb', line 22518

def ApplyStatus
  @ApplyStatus
end

#FileUrlArrayObject

__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ApplyFileId:

    申请对账文件的任务ID。

  • ApplyStatus:

    对账文件申请状态。

  • ApplyMessage:

    申请结果描述。

  • FileUrlArray:

    对账文件下载地址列表。



22518
22519
22520
# File 'lib/v20190820/models.rb', line 22518

def FileUrlArray
  @FileUrlArray
end

Instance Method Details

#deserialize(params) ⇒ Object



22527
22528
22529
22530
22531
22532
# File 'lib/v20190820/models.rb', line 22527

def deserialize(params)
  @ApplyFileId = params['ApplyFileId']
  @ApplyStatus = params['ApplyStatus']
  @ApplyMessage = params['ApplyMessage']
  @FileUrlArray = params['FileUrlArray']
end