Class: TencentCloud::Ess::V20201111::ComparisonDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::ComparisonDetail
- Defined in:
- lib/v20201111/models.rb
Overview
合同对比差异结果详情。
Instance Attribute Summary collapse
-
#ComparisonPointId ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
-
#ComparisonType ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
-
#ContentType ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
-
#DiffText ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
-
#OriginText ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(comparisonpointid = nil, comparisontype = nil, contenttype = nil, origintext = nil, difftext = nil) ⇒ ComparisonDetail
constructor
A new instance of ComparisonDetail.
Constructor Details
#initialize(comparisonpointid = nil, comparisontype = nil, contenttype = nil, origintext = nil, difftext = nil) ⇒ ComparisonDetail
Returns a new instance of ComparisonDetail.
1350 1351 1352 1353 1354 1355 1356 |
# File 'lib/v20201111/models.rb', line 1350 def initialize(comparisonpointid=nil, comparisontype=nil, contenttype=nil, origintext=nil, difftext=nil) @ComparisonPointId = comparisonpointid @ComparisonType = comparisontype @ContentType = contenttype @OriginText = origintext @DiffText = difftext end |
Instance Attribute Details
#ComparisonPointId ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
1348 1349 1350 |
# File 'lib/v20201111/models.rb', line 1348 def ComparisonPointId @ComparisonPointId end |
#ComparisonType ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
1348 1349 1350 |
# File 'lib/v20201111/models.rb', line 1348 def ComparisonType @ComparisonType end |
#ContentType ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
1348 1349 1350 |
# File 'lib/v20201111/models.rb', line 1348 def ContentType @ContentType end |
#DiffText ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
1348 1349 1350 |
# File 'lib/v20201111/models.rb', line 1348 def DiffText @DiffText end |
#OriginText ⇒ Object
- **add**:新增
- **change**:变更
- **delete**:删除
- **text**:文本
- **table**:表格
- **picture**:图片
1348 1349 1350 |
# File 'lib/v20201111/models.rb', line 1348 def OriginText @OriginText end |
Instance Method Details
#deserialize(params) ⇒ Object
1358 1359 1360 1361 1362 1363 1364 |
# File 'lib/v20201111/models.rb', line 1358 def deserialize(params) @ComparisonPointId = params['ComparisonPointId'] @ComparisonType = params['ComparisonType'] @ContentType = params['ContentType'] @OriginText = params['OriginText'] @DiffText = params['DiffText'] end |