Class: TencentCloud::Csip::V20221121::StatisticalFilter

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

Overview

用户行为分析 统计条件

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operatortype = nil, value = nil) ⇒ StatisticalFilter

Returns a new instance of StatisticalFilter.



12023
12024
12025
12026
# File 'lib/v20221121/models.rb', line 12023

def initialize(operatortype=nil, value=nil)
  @OperatorType = operatortype
  @Value = value
end

Instance Attribute Details

#OperatorTypeObject

1:发生次数高于固定值2:发生次数高于周期平均值的百分之3:发生次数高于用户平均值的百分之

Parameters:

  • OperatorType:

    0:不基于统计检测

  • Value:

    统计值



12021
12022
12023
# File 'lib/v20221121/models.rb', line 12021

def OperatorType
  @OperatorType
end

#ValueObject

1:发生次数高于固定值2:发生次数高于周期平均值的百分之3:发生次数高于用户平均值的百分之

Parameters:

  • OperatorType:

    0:不基于统计检测

  • Value:

    统计值



12021
12022
12023
# File 'lib/v20221121/models.rb', line 12021

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



12028
12029
12030
12031
# File 'lib/v20221121/models.rb', line 12028

def deserialize(params)
  @OperatorType = params['OperatorType']
  @Value = params['Value']
end