Class: TencentCloud::Ess::V20201111::DescribeContractComparisonTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::DescribeContractComparisonTaskResponse
- Defined in:
- lib/v20201111/models.rb
Overview
DescribeContractComparisonTask返回参数结构体
Instance Attribute Summary collapse
-
#AddDiffCount ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#ChangeDiffCount ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#Comment ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#ComparisonDetail ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#CreateTime ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#DeleteDiffCount ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#DiffFileResourceId ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#Message ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#Operator ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#OriginalFileResourceId ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#RequestId ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#Status ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#TaskId ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
-
#TotalDiffCount ⇒ Object
状态如下:
- 0:待创建(未执行)
- 1:对比中
- 2:对比成功
- 3:对比失败
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, status = nil, message = nil, originalfileresourceid = nil, difffileresourceid = nil, comment = nil, totaldiffcount = nil, adddiffcount = nil, changediffcount = nil, deletediffcount = nil, operator = nil, createtime = nil, comparisondetail = nil, requestid = nil) ⇒ DescribeContractComparisonTaskResponse
constructor
A new instance of DescribeContractComparisonTaskResponse.
Constructor Details
#initialize(taskid = nil, status = nil, message = nil, originalfileresourceid = nil, difffileresourceid = nil, comment = nil, totaldiffcount = nil, adddiffcount = nil, changediffcount = nil, deletediffcount = nil, operator = nil, createtime = nil, comparisondetail = nil, requestid = nil) ⇒ DescribeContractComparisonTaskResponse
Returns a new instance of DescribeContractComparisonTaskResponse.
9439 9440 9441 9442 9443 9444 9445 9446 9447 9448 9449 9450 9451 9452 9453 9454 |
# File 'lib/v20201111/models.rb', line 9439 def initialize(taskid=nil, status=nil, =nil, originalfileresourceid=nil, difffileresourceid=nil, comment=nil, totaldiffcount=nil, adddiffcount=nil, changediffcount=nil, deletediffcount=nil, operator=nil, createtime=nil, comparisondetail=nil, requestid=nil) @TaskId = taskid @Status = status @Message = @OriginalFileResourceId = originalfileresourceid @DiffFileResourceId = difffileresourceid @Comment = comment @TotalDiffCount = totaldiffcount @AddDiffCount = adddiffcount @ChangeDiffCount = changediffcount @DeleteDiffCount = deletediffcount @Operator = operator @CreateTime = createtime @ComparisonDetail = comparisondetail @RequestId = requestid end |
Instance Attribute Details
#AddDiffCount ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def AddDiffCount @AddDiffCount end |
#ChangeDiffCount ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def ChangeDiffCount @ChangeDiffCount end |
#Comment ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def Comment @Comment end |
#ComparisonDetail ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def ComparisonDetail @ComparisonDetail end |
#CreateTime ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def CreateTime @CreateTime end |
#DeleteDiffCount ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def DeleteDiffCount @DeleteDiffCount end |
#DiffFileResourceId ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def DiffFileResourceId @DiffFileResourceId end |
#Message ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def Message @Message end |
#Operator ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def Operator @Operator end |
#OriginalFileResourceId ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def OriginalFileResourceId @OriginalFileResourceId end |
#RequestId ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def RequestId @RequestId end |
#Status ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def Status @Status end |
#TaskId ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def TaskId @TaskId end |
#TotalDiffCount ⇒ Object
状态如下:
- **0**:待创建(未执行)
- **1**:对比中
- **2**:对比成功
- **3**:对比失败
9437 9438 9439 |
# File 'lib/v20201111/models.rb', line 9437 def TotalDiffCount @TotalDiffCount end |
Instance Method Details
#deserialize(params) ⇒ Object
9456 9457 9458 9459 9460 9461 9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 9477 9478 |
# File 'lib/v20201111/models.rb', line 9456 def deserialize(params) @TaskId = params['TaskId'] @Status = params['Status'] @Message = params['Message'] @OriginalFileResourceId = params['OriginalFileResourceId'] @DiffFileResourceId = params['DiffFileResourceId'] @Comment = params['Comment'] @TotalDiffCount = params['TotalDiffCount'] @AddDiffCount = params['AddDiffCount'] @ChangeDiffCount = params['ChangeDiffCount'] @DeleteDiffCount = params['DeleteDiffCount'] @Operator = params['Operator'] @CreateTime = params['CreateTime'] unless params['ComparisonDetail'].nil? @ComparisonDetail = [] params['ComparisonDetail'].each do |i| comparisondetail_tmp = ComparisonDetail.new comparisondetail_tmp.deserialize(i) @ComparisonDetail << comparisondetail_tmp end end @RequestId = params['RequestId'] end |