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.
9142 9143 9144 9145 9146 9147 9148 9149 9150 9151 9152 9153 9154 9155 9156 |
# File 'lib/v20170320/models.rb', line 9142 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
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def AsyncRequestId @AsyncRequestId end |
#Code ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def Code @Code end |
#CostTime ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def CostTime @CostTime end |
#CreateTime ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def CreateTime @CreateTime end |
#DbName ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def DbName @DbName end |
#FileName ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def FileName @FileName end |
#FileSize ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def FileSize @FileSize end |
#InstanceId ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def InstanceId @InstanceId end |
#JobId ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def JobId @JobId end |
#Message ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def Message @Message end |
#Process ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def Process @Process end |
#Status ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def Status @Status end |
#WorkId ⇒ Object
9140 9141 9142 |
# File 'lib/v20170320/models.rb', line 9140 def WorkId @WorkId end |
Instance Method Details
#deserialize(params) ⇒ Object
9158 9159 9160 9161 9162 9163 9164 9165 9166 9167 9168 9169 9170 9171 9172 |
# File 'lib/v20170320/models.rb', line 9158 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 |