Class: TencentCloud::Cpdp::V20190820::QueryReconciliationFileApplyInfoResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryReconciliationFileApplyInfoResult
- Defined in:
- lib/v20190820/models.rb
Overview
查询对账文件申请结果
Instance Attribute Summary collapse
-
#ApplyFileId ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ApplyMessage ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ApplyStatus ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#FileUrlArray ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(applyfileid = nil, applystatus = nil, applymessage = nil, fileurlarray = nil) ⇒ QueryReconciliationFileApplyInfoResult
constructor
A new instance of QueryReconciliationFileApplyInfoResult.
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, =nil, fileurlarray=nil) @ApplyFileId = applyfileid @ApplyStatus = applystatus @ApplyMessage = @FileUrlArray = fileurlarray end |
Instance Attribute Details
#ApplyFileId ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
22518 22519 22520 |
# File 'lib/v20190820/models.rb', line 22518 def ApplyFileId @ApplyFileId end |
#ApplyMessage ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
22518 22519 22520 |
# File 'lib/v20190820/models.rb', line 22518 def ApplyMessage @ApplyMessage end |
#ApplyStatus ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
22518 22519 22520 |
# File 'lib/v20190820/models.rb', line 22518 def ApplyStatus @ApplyStatus end |
#FileUrlArray ⇒ Object
__I__:申请中 __S__:申请成功 __F__:申请失败 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
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 |