Class: TencentCloud::Mrs::V20200910::MenstrualHistoryDetailBlock

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

Overview

月经史

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, src = nil, state = nil, norm = nil, timetype = nil, timestamp = nil, unit = nil, value = nil) ⇒ MenstrualHistoryDetailBlock

Returns a new instance of MenstrualHistoryDetailBlock.



6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
# File 'lib/v20200910/models.rb', line 6723

def initialize(name=nil, src=nil, state=nil, norm=nil, timetype=nil, timestamp=nil, unit=nil, value=nil)
  @Name = name
  @Src = src
  @State = state
  @Norm = norm
  @TimeType = timetype
  @Timestamp = timestamp
  @Unit = unit
  @Value = value
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Unit:

    单位

  • Value:

    对外输出值



6721
6722
6723
# File 'lib/v20200910/models.rb', line 6721

def Name
  @Name
end

#NormObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Unit:

    单位

  • Value:

    对外输出值



6721
6722
6723
# File 'lib/v20200910/models.rb', line 6721

def Norm
  @Norm
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Unit:

    单位

  • Value:

    对外输出值



6721
6722
6723
# File 'lib/v20200910/models.rb', line 6721

def Src
  @Src
end

#StateObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Unit:

    单位

  • Value:

    对外输出值



6721
6722
6723
# File 'lib/v20200910/models.rb', line 6721

def State
  @State
end

#TimestampObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Unit:

    单位

  • Value:

    对外输出值



6721
6722
6723
# File 'lib/v20200910/models.rb', line 6721

def Timestamp
  @Timestamp
end

#TimeTypeObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Unit:

    单位

  • Value:

    对外输出值



6721
6722
6723
# File 'lib/v20200910/models.rb', line 6721

def TimeType
  @TimeType
end

#UnitObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Unit:

    单位

  • Value:

    对外输出值



6721
6722
6723
# File 'lib/v20200910/models.rb', line 6721

def Unit
  @Unit
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • TimeType:

    时间类型

  • Timestamp:

    时间戳

  • Unit:

    单位

  • Value:

    对外输出值



6721
6722
6723
# File 'lib/v20200910/models.rb', line 6721

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
# File 'lib/v20200910/models.rb', line 6734

def deserialize(params)
  @Name = params['Name']
  @Src = params['Src']
  @State = params['State']
  @Norm = params['Norm']
  @TimeType = params['TimeType']
  @Timestamp = params['Timestamp']
  @Unit = params['Unit']
  @Value = params['Value']
end