Class: TencentCloud::Mrs::V20200910::MolecularValue

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

Overview

分子病理详细信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exon = nil, position = nil, type = nil, positive = nil, src = nil) ⇒ MolecularValue

Returns a new instance of MolecularValue.



6915
6916
6917
6918
6919
6920
6921
# File 'lib/v20200910/models.rb', line 6915

def initialize(exon=nil, position=nil, type=nil, positive=nil, src=nil)
  @Exon = exon
  @Position = position
  @Type = type
  @Positive = positive
  @Src = src
end

Instance Attribute Details

#ExonObject

Parameters:

  • Exon:

    外显子

  • Position:

    点位

  • Type:

    类型

  • Positive:

    阳性或阴性

  • Src:

    基因名称原文



6913
6914
6915
# File 'lib/v20200910/models.rb', line 6913

def Exon
  @Exon
end

#PositionObject

Parameters:

  • Exon:

    外显子

  • Position:

    点位

  • Type:

    类型

  • Positive:

    阳性或阴性

  • Src:

    基因名称原文



6913
6914
6915
# File 'lib/v20200910/models.rb', line 6913

def Position
  @Position
end

#PositiveObject

Parameters:

  • Exon:

    外显子

  • Position:

    点位

  • Type:

    类型

  • Positive:

    阳性或阴性

  • Src:

    基因名称原文



6913
6914
6915
# File 'lib/v20200910/models.rb', line 6913

def Positive
  @Positive
end

#SrcObject

Parameters:

  • Exon:

    外显子

  • Position:

    点位

  • Type:

    类型

  • Positive:

    阳性或阴性

  • Src:

    基因名称原文



6913
6914
6915
# File 'lib/v20200910/models.rb', line 6913

def Src
  @Src
end

#TypeObject

Parameters:

  • Exon:

    外显子

  • Position:

    点位

  • Type:

    类型

  • Positive:

    阳性或阴性

  • Src:

    基因名称原文



6913
6914
6915
# File 'lib/v20200910/models.rb', line 6913

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



6923
6924
6925
6926
6927
6928
6929
# File 'lib/v20200910/models.rb', line 6923

def deserialize(params)
  @Exon = params['Exon']
  @Position = params['Position']
  @Type = params['Type']
  @Positive = params['Positive']
  @Src = params['Src']
end