Class: TencentCloud::Tcaplusdb::V20190823::TableRollbackResultNew
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::TableRollbackResultNew
- Defined in:
- lib/v20190823/models.rb
Overview
表格回档结果信息
Instance Attribute Summary collapse
- #Error ⇒ Object
- #FileId ⇒ Object
- #SuccKeyNum ⇒ Object
- #TableGroupId ⇒ Object
- #TableIdlType ⇒ Object
- #TableInstanceId ⇒ Object
- #TableName ⇒ Object
- #TableType ⇒ Object
- #TaskId ⇒ Object
- #TaskIds ⇒ Object
- #TotalKeyNum ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tableinstanceid = nil, taskid = nil, tablename = nil, tabletype = nil, tableidltype = nil, tablegroupid = nil, error = nil, taskids = nil, fileid = nil, succkeynum = nil, totalkeynum = nil) ⇒ TableRollbackResultNew
constructor
A new instance of TableRollbackResultNew.
Constructor Details
#initialize(tableinstanceid = nil, taskid = nil, tablename = nil, tabletype = nil, tableidltype = nil, tablegroupid = nil, error = nil, taskids = nil, fileid = nil, succkeynum = nil, totalkeynum = nil) ⇒ TableRollbackResultNew
Returns a new instance of TableRollbackResultNew.
4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 |
# File 'lib/v20190823/models.rb', line 4611 def initialize(tableinstanceid=nil, taskid=nil, tablename=nil, tabletype=nil, tableidltype=nil, tablegroupid=nil, error=nil, taskids=nil, fileid=nil, succkeynum=nil, totalkeynum=nil) @TableInstanceId = tableinstanceid @TaskId = taskid @TableName = tablename @TableType = tabletype @TableIdlType = tableidltype @TableGroupId = tablegroupid @Error = error @TaskIds = taskids @FileId = fileid @SuccKeyNum = succkeynum @TotalKeyNum = totalkeynum end |
Instance Attribute Details
#Error ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def Error @Error end |
#FileId ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def FileId @FileId end |
#SuccKeyNum ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def SuccKeyNum @SuccKeyNum end |
#TableGroupId ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def TableGroupId @TableGroupId end |
#TableIdlType ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def TableIdlType @TableIdlType end |
#TableInstanceId ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def TableInstanceId @TableInstanceId end |
#TableName ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def TableName @TableName end |
#TableType ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def TableType @TableType end |
#TaskId ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def TaskId @TaskId end |
#TaskIds ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def TaskIds @TaskIds end |
#TotalKeyNum ⇒ Object
4609 4610 4611 |
# File 'lib/v20190823/models.rb', line 4609 def TotalKeyNum @TotalKeyNum end |
Instance Method Details
#deserialize(params) ⇒ Object
4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 |
# File 'lib/v20190823/models.rb', line 4625 def deserialize(params) @TableInstanceId = params['TableInstanceId'] @TaskId = params['TaskId'] @TableName = params['TableName'] @TableType = params['TableType'] @TableIdlType = params['TableIdlType'] @TableGroupId = params['TableGroupId'] unless params['Error'].nil? @Error = ErrorInfo.new @Error.deserialize(params['Error']) end @TaskIds = params['TaskIds'] @FileId = params['FileId'] @SuccKeyNum = params['SuccKeyNum'] @TotalKeyNum = params['TotalKeyNum'] end |