Class: TencentCloud::Mrs::V20200910::RelapseDateBlock

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, diseasename = nil, type = nil, norm = nil, unit = nil, timestamp = nil, value = nil) ⇒ RelapseDateBlock

Returns a new instance of RelapseDateBlock.



8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
# File 'lib/v20200910/models.rb', line 8981

def initialize(name=nil, src=nil, diseasename=nil, type=nil, norm=nil, unit=nil, timestamp=nil, value=nil)
  @Name = name
  @Src = src
  @DiseaseName = diseasename
  @Type = type
  @Norm = norm
  @Unit = unit
  @Timestamp = timestamp
  @Value = value
end

Instance Attribute Details

#DiseaseNameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • DiseaseName:

    疾病名称

  • Type:

    类型

  • Norm:

    归一化值

  • Unit:

    单位

  • Timestamp:

    时间戳

  • Value:

    对外输出值



8979
8980
8981
# File 'lib/v20200910/models.rb', line 8979

def DiseaseName
  @DiseaseName
end

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • DiseaseName:

    疾病名称

  • Type:

    类型

  • Norm:

    归一化值

  • Unit:

    单位

  • Timestamp:

    时间戳

  • Value:

    对外输出值



8979
8980
8981
# File 'lib/v20200910/models.rb', line 8979

def Name
  @Name
end

#NormObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • DiseaseName:

    疾病名称

  • Type:

    类型

  • Norm:

    归一化值

  • Unit:

    单位

  • Timestamp:

    时间戳

  • Value:

    对外输出值



8979
8980
8981
# File 'lib/v20200910/models.rb', line 8979

def Norm
  @Norm
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • DiseaseName:

    疾病名称

  • Type:

    类型

  • Norm:

    归一化值

  • Unit:

    单位

  • Timestamp:

    时间戳

  • Value:

    对外输出值



8979
8980
8981
# File 'lib/v20200910/models.rb', line 8979

def Src
  @Src
end

#TimestampObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • DiseaseName:

    疾病名称

  • Type:

    类型

  • Norm:

    归一化值

  • Unit:

    单位

  • Timestamp:

    时间戳

  • Value:

    对外输出值



8979
8980
8981
# File 'lib/v20200910/models.rb', line 8979

def Timestamp
  @Timestamp
end

#TypeObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • DiseaseName:

    疾病名称

  • Type:

    类型

  • Norm:

    归一化值

  • Unit:

    单位

  • Timestamp:

    时间戳

  • Value:

    对外输出值



8979
8980
8981
# File 'lib/v20200910/models.rb', line 8979

def Type
  @Type
end

#UnitObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • DiseaseName:

    疾病名称

  • Type:

    类型

  • Norm:

    归一化值

  • Unit:

    单位

  • Timestamp:

    时间戳

  • Value:

    对外输出值



8979
8980
8981
# File 'lib/v20200910/models.rb', line 8979

def Unit
  @Unit
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • DiseaseName:

    疾病名称

  • Type:

    类型

  • Norm:

    归一化值

  • Unit:

    单位

  • Timestamp:

    时间戳

  • Value:

    对外输出值



8979
8980
8981
# File 'lib/v20200910/models.rb', line 8979

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
# File 'lib/v20200910/models.rb', line 8992

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