Class: TencentCloud::Cdb::V20170320::ImportRecord
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::ImportRecord
- Defined in:
- lib/v20170320/models.rb
Overview
导入任务记录
Instance Attribute Summary collapse
- #AsyncRequestId ⇒ Object
- #Code ⇒ Object
- #CostTime ⇒ Object
- #CreateTime ⇒ Object
- #DbName ⇒ Object
- #FileName ⇒ Object
- #FileSize ⇒ Object
- #InstanceId ⇒ Object
- #JobId ⇒ Object
- #Message ⇒ Object
- #Process ⇒ Object
- #Status ⇒ Object
- #WorkId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(status = nil, code = nil, costtime = nil, instanceid = nil, workid = nil, filename = nil, process = nil, createtime = nil, filesize = nil, message = nil, jobid = nil, dbname = nil, asyncrequestid = nil) ⇒ ImportRecord
constructor
A new instance of ImportRecord.
Constructor Details
#initialize(status = nil, code = nil, costtime = nil, instanceid = nil, workid = nil, filename = nil, process = nil, createtime = nil, filesize = nil, message = nil, jobid = nil, dbname = nil, asyncrequestid = nil) ⇒ ImportRecord
Returns a new instance of ImportRecord.
8989 8990 8991 8992 8993 8994 8995 8996 8997 8998 8999 9000 9001 9002 9003 |
# File 'lib/v20170320/models.rb', line 8989 def initialize(status=nil, code=nil, costtime=nil, instanceid=nil, workid=nil, filename=nil, process=nil, createtime=nil, filesize=nil, =nil, jobid=nil, dbname=nil, asyncrequestid=nil) @Status = status @Code = code @CostTime = costtime @InstanceId = instanceid @WorkId = workid @FileName = filename @Process = process @CreateTime = createtime @FileSize = filesize @Message = @JobId = jobid @DbName = dbname @AsyncRequestId = asyncrequestid end |
Instance Attribute Details
#AsyncRequestId ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def AsyncRequestId @AsyncRequestId end |
#Code ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def Code @Code end |
#CostTime ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def CostTime @CostTime end |
#CreateTime ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def CreateTime @CreateTime end |
#DbName ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def DbName @DbName end |
#FileName ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def FileName @FileName end |
#FileSize ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def FileSize @FileSize end |
#InstanceId ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def InstanceId @InstanceId end |
#JobId ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def JobId @JobId end |
#Message ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def Message @Message end |
#Process ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def Process @Process end |
#Status ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def Status @Status end |
#WorkId ⇒ Object
8987 8988 8989 |
# File 'lib/v20170320/models.rb', line 8987 def WorkId @WorkId end |
Instance Method Details
#deserialize(params) ⇒ Object
9005 9006 9007 9008 9009 9010 9011 9012 9013 9014 9015 9016 9017 9018 9019 |
# File 'lib/v20170320/models.rb', line 9005 def deserialize(params) @Status = params['Status'] @Code = params['Code'] @CostTime = params['CostTime'] @InstanceId = params['InstanceId'] @WorkId = params['WorkId'] @FileName = params['FileName'] @Process = params['Process'] @CreateTime = params['CreateTime'] @FileSize = params['FileSize'] @Message = params['Message'] @JobId = params['JobId'] @DbName = params['DbName'] @AsyncRequestId = params['AsyncRequestId'] end |