Class: TencentCloud::Cpdp::V20190820::ApplyReconciliationFileResult

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) ⇒ ApplyReconciliationFileResult

Returns a new instance of ApplyReconciliationFileResult.



2312
2313
2314
2315
2316
# File 'lib/v20190820/models.rb', line 2312

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

Instance Attribute Details

#ApplyFileIdObject

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

Parameters:

  • ApplyFileId:

    申请对账文件的任务ID。

  • ApplyStatus:

    对账文件申请状态。

  • ApplyMessage:

    申请结果描述。



2310
2311
2312
# File 'lib/v20190820/models.rb', line 2310

def ApplyFileId
  @ApplyFileId
end

#ApplyMessageObject

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

Parameters:

  • ApplyFileId:

    申请对账文件的任务ID。

  • ApplyStatus:

    对账文件申请状态。

  • ApplyMessage:

    申请结果描述。



2310
2311
2312
# File 'lib/v20190820/models.rb', line 2310

def ApplyMessage
  @ApplyMessage
end

#ApplyStatusObject

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

Parameters:

  • ApplyFileId:

    申请对账文件的任务ID。

  • ApplyStatus:

    对账文件申请状态。

  • ApplyMessage:

    申请结果描述。



2310
2311
2312
# File 'lib/v20190820/models.rb', line 2310

def ApplyStatus
  @ApplyStatus
end

Instance Method Details

#deserialize(params) ⇒ Object



2318
2319
2320
2321
2322
# File 'lib/v20190820/models.rb', line 2318

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