Class: TencentCloud::Mrs::V20200910::FertilityHistoryBlock

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, value = nil, pregcount = nil, producount = nil) ⇒ FertilityHistoryBlock

Returns a new instance of FertilityHistoryBlock.



3523
3524
3525
3526
3527
3528
3529
3530
3531
# File 'lib/v20200910/models.rb', line 3523

def initialize(name=nil, src=nil, state=nil, norm=nil, value=nil, pregcount=nil, producount=nil)
  @Name = name
  @Src = src
  @State = state
  @Norm = norm
  @Value = value
  @PregCount = pregcount
  @ProduCount = producount
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • Value:

    对外输出值

  • PregCount:

    妊娠次数

  • ProduCount:

    生产次数



3521
3522
3523
# File 'lib/v20200910/models.rb', line 3521

def Name
  @Name
end

#NormObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • Value:

    对外输出值

  • PregCount:

    妊娠次数

  • ProduCount:

    生产次数



3521
3522
3523
# File 'lib/v20200910/models.rb', line 3521

def Norm
  @Norm
end

#PregCountObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • Value:

    对外输出值

  • PregCount:

    妊娠次数

  • ProduCount:

    生产次数



3521
3522
3523
# File 'lib/v20200910/models.rb', line 3521

def PregCount
  @PregCount
end

#ProduCountObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • Value:

    对外输出值

  • PregCount:

    妊娠次数

  • ProduCount:

    生产次数



3521
3522
3523
# File 'lib/v20200910/models.rb', line 3521

def ProduCount
  @ProduCount
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • Value:

    对外输出值

  • PregCount:

    妊娠次数

  • ProduCount:

    生产次数



3521
3522
3523
# File 'lib/v20200910/models.rb', line 3521

def Src
  @Src
end

#StateObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • Value:

    对外输出值

  • PregCount:

    妊娠次数

  • ProduCount:

    生产次数



3521
3522
3523
# File 'lib/v20200910/models.rb', line 3521

def State
  @State
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • State:

    状态

  • Norm:

    归一化值

  • Value:

    对外输出值

  • PregCount:

    妊娠次数

  • ProduCount:

    生产次数



3521
3522
3523
# File 'lib/v20200910/models.rb', line 3521

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



3533
3534
3535
3536
3537
3538
3539
3540
3541
# File 'lib/v20200910/models.rb', line 3533

def deserialize(params)
  @Name = params['Name']
  @Src = params['Src']
  @State = params['State']
  @Norm = params['Norm']
  @Value = params['Value']
  @PregCount = params['PregCount']
  @ProduCount = params['ProduCount']
end