Class: TencentCloud::Ess::V20201111::OutputRisk
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::OutputRisk
- Defined in:
- lib/v20201111/models.rb
Overview
合同审查任务识别出的风险结果信息
Instance Attribute Summary collapse
-
#Content ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#CreatedOn ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#Creator ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#CreatorId ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#IsIgnore ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#IsMark ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#Positions ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskAdvice ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskBasis ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskDescription ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskId ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskLabels ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskLevel ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskLevelAliasName ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskLevelId ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskName ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskOrigin ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
-
#RiskPresentation ⇒ Object
等级描述如下:
- HIGH - 高风险
- NORMAL - 风险
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(riskid = nil, riskname = nil, riskdescription = nil, risklevel = nil, riskadvice = nil, riskpresentation = nil, content = nil, positions = nil, ismark = nil, isignore = nil, riskbasis = nil, risklevelid = nil, risklabels = nil, riskorigin = nil, creator = nil, creatorid = nil, createdon = nil, risklevelaliasname = nil) ⇒ OutputRisk
constructor
A new instance of OutputRisk.
Constructor Details
#initialize(riskid = nil, riskname = nil, riskdescription = nil, risklevel = nil, riskadvice = nil, riskpresentation = nil, content = nil, positions = nil, ismark = nil, isignore = nil, riskbasis = nil, risklevelid = nil, risklabels = nil, riskorigin = nil, creator = nil, creatorid = nil, createdon = nil, risklevelaliasname = nil) ⇒ OutputRisk
Returns a new instance of OutputRisk.
16105 16106 16107 16108 16109 16110 16111 16112 16113 16114 16115 16116 16117 16118 16119 16120 16121 16122 16123 16124 |
# File 'lib/v20201111/models.rb', line 16105 def initialize(riskid=nil, riskname=nil, riskdescription=nil, risklevel=nil, riskadvice=nil, riskpresentation=nil, content=nil, positions=nil, ismark=nil, isignore=nil, riskbasis=nil, risklevelid=nil, risklabels=nil, riskorigin=nil, creator=nil, creatorid=nil, createdon=nil, risklevelaliasname=nil) @RiskId = riskid @RiskName = riskname @RiskDescription = riskdescription @RiskLevel = risklevel @RiskAdvice = riskadvice @RiskPresentation = riskpresentation @Content = content @Positions = positions @IsMark = ismark @IsIgnore = isignore @RiskBasis = riskbasis @RiskLevelId = risklevelid @RiskLabels = risklabels @RiskOrigin = riskorigin @Creator = creator @CreatorId = creatorid @CreatedOn = createdon @RiskLevelAliasName = risklevelaliasname end |
Instance Attribute Details
#Content ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def Content @Content end |
#CreatedOn ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def CreatedOn @CreatedOn end |
#Creator ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def Creator @Creator end |
#CreatorId ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def CreatorId @CreatorId end |
#IsIgnore ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def IsIgnore @IsIgnore end |
#IsMark ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def IsMark @IsMark end |
#Positions ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def Positions @Positions end |
#RiskAdvice ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskAdvice @RiskAdvice end |
#RiskBasis ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskBasis @RiskBasis end |
#RiskDescription ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskDescription @RiskDescription end |
#RiskId ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskId @RiskId end |
#RiskLabels ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskLabels @RiskLabels end |
#RiskLevel ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskLevel @RiskLevel end |
#RiskLevelAliasName ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskLevelAliasName @RiskLevelAliasName end |
#RiskLevelId ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskLevelId @RiskLevelId end |
#RiskName ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskName @RiskName end |
#RiskOrigin ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskOrigin @RiskOrigin end |
#RiskPresentation ⇒ Object
等级描述如下:
- **HIGH** - 高风险
- **NORMAL** - 风险
16103 16104 16105 |
# File 'lib/v20201111/models.rb', line 16103 def RiskPresentation @RiskPresentation end |
Instance Method Details
#deserialize(params) ⇒ Object
16126 16127 16128 16129 16130 16131 16132 16133 16134 16135 16136 16137 16138 16139 16140 16141 16142 16143 16144 16145 16146 16147 16148 16149 16150 16151 16152 |
# File 'lib/v20201111/models.rb', line 16126 def deserialize(params) @RiskId = params['RiskId'] @RiskName = params['RiskName'] @RiskDescription = params['RiskDescription'] @RiskLevel = params['RiskLevel'] @RiskAdvice = params['RiskAdvice'] @RiskPresentation = params['RiskPresentation'] @Content = params['Content'] unless params['Positions'].nil? @Positions = [] params['Positions'].each do |i| positioninfo_tmp = PositionInfo.new positioninfo_tmp.deserialize(i) @Positions << positioninfo_tmp end end @IsMark = params['IsMark'] @IsIgnore = params['IsIgnore'] @RiskBasis = params['RiskBasis'] @RiskLevelId = params['RiskLevelId'] @RiskLabels = params['RiskLabels'] @RiskOrigin = params['RiskOrigin'] @Creator = params['Creator'] @CreatorId = params['CreatorId'] @CreatedOn = params['CreatedOn'] @RiskLevelAliasName = params['RiskLevelAliasName'] end |