Class: TencentCloud::Ckafka::V20190819::AnalyseParam

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

Overview

数据处理-解析参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(format = nil, regex = nil, inputvaluetype = nil, inputvalue = nil) ⇒ AnalyseParam

Returns a new instance of AnalyseParam.



215
216
217
218
219
220
# File 'lib/v20190819/models.rb', line 215

def initialize(format=nil, regex=nil, inputvaluetype=nil, inputvalue=nil)
  @Format = format
  @Regex = regex
  @InputValueType = inputvaluetype
  @InputValue = inputvalue
end

Instance Attribute Details

#FormatObject

Parameters:

  • Format:

    解析格式,JSON,DELIMITER分隔符,REGULAR正则提取,SOURCE处理上层所有结果

  • Regex:

    分隔符、正则表达式

  • InputValueType:

    需再次处理的KEY——模式

  • InputValue:

    需再次处理的KEY——KEY表达式



213
214
215
# File 'lib/v20190819/models.rb', line 213

def Format
  @Format
end

#InputValueObject

Parameters:

  • Format:

    解析格式,JSON,DELIMITER分隔符,REGULAR正则提取,SOURCE处理上层所有结果

  • Regex:

    分隔符、正则表达式

  • InputValueType:

    需再次处理的KEY——模式

  • InputValue:

    需再次处理的KEY——KEY表达式



213
214
215
# File 'lib/v20190819/models.rb', line 213

def InputValue
  @InputValue
end

#InputValueTypeObject

Parameters:

  • Format:

    解析格式,JSON,DELIMITER分隔符,REGULAR正则提取,SOURCE处理上层所有结果

  • Regex:

    分隔符、正则表达式

  • InputValueType:

    需再次处理的KEY——模式

  • InputValue:

    需再次处理的KEY——KEY表达式



213
214
215
# File 'lib/v20190819/models.rb', line 213

def InputValueType
  @InputValueType
end

#RegexObject

Parameters:

  • Format:

    解析格式,JSON,DELIMITER分隔符,REGULAR正则提取,SOURCE处理上层所有结果

  • Regex:

    分隔符、正则表达式

  • InputValueType:

    需再次处理的KEY——模式

  • InputValue:

    需再次处理的KEY——KEY表达式



213
214
215
# File 'lib/v20190819/models.rb', line 213

def Regex
  @Regex
end

Instance Method Details

#deserialize(params) ⇒ Object



222
223
224
225
226
227
# File 'lib/v20190819/models.rb', line 222

def deserialize(params)
  @Format = params['Format']
  @Regex = params['Regex']
  @InputValueType = params['InputValueType']
  @InputValue = params['InputValue']
end