Class: TencentCloud::Tdmq::V20200217::CmqTransactionPolicy

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

Overview

cmq TransactionPolicy

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(firstqueryinterval = nil, maxquerycount = nil) ⇒ CmqTransactionPolicy

Returns a new instance of CmqTransactionPolicy.



909
910
911
912
# File 'lib/v20200217/models.rb', line 909

def initialize(firstqueryinterval=nil, maxquerycount=nil)
  @FirstQueryInterval = firstqueryinterval
  @MaxQueryCount = maxquerycount
end

Instance Attribute Details

#FirstQueryIntervalObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • FirstQueryInterval:

    第一次回查时间。

  • MaxQueryCount:

    最大查询次数。



907
908
909
# File 'lib/v20200217/models.rb', line 907

def FirstQueryInterval
  @FirstQueryInterval
end

#MaxQueryCountObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • FirstQueryInterval:

    第一次回查时间。

  • MaxQueryCount:

    最大查询次数。



907
908
909
# File 'lib/v20200217/models.rb', line 907

def MaxQueryCount
  @MaxQueryCount
end

Instance Method Details

#deserialize(params) ⇒ Object



914
915
916
917
# File 'lib/v20200217/models.rb', line 914

def deserialize(params)
  @FirstQueryInterval = params['FirstQueryInterval']
  @MaxQueryCount = params['MaxQueryCount']
end