Class: TencentCloud::Dts::V20180330::MigrateStepDetailInfo

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180330/models.rb

Overview

迁移中的步骤信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(stepno = nil, stepname = nil, stepid = nil, status = nil, starttime = nil) ⇒ MigrateStepDetailInfo

Returns a new instance of MigrateStepDetailInfo.



1154
1155
1156
1157
1158
1159
1160
# File 'lib/v20180330/models.rb', line 1154

def initialize(stepno=nil, stepname=nil, stepid=nil, status=nil, starttime=nil)
  @StepNo = stepno
  @StepName = stepname
  @StepId = stepid
  @Status = status
  @StartTime = starttime
end

Instance Attribute Details

#StartTimeObject

Parameters:

  • 步骤序列

  • 步骤展现名称

  • 步骤英文标识

  • 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行

  • 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义



1152
1153
1154
# File 'lib/v20180330/models.rb', line 1152

def StartTime
  @StartTime
end

#StatusObject

Parameters:

  • 步骤序列

  • 步骤展现名称

  • 步骤英文标识

  • 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行

  • 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义



1152
1153
1154
# File 'lib/v20180330/models.rb', line 1152

def Status
  @Status
end

#StepIdObject

Parameters:

  • 步骤序列

  • 步骤展现名称

  • 步骤英文标识

  • 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行

  • 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义



1152
1153
1154
# File 'lib/v20180330/models.rb', line 1152

def StepId
  @StepId
end

#StepNameObject

Parameters:

  • 步骤序列

  • 步骤展现名称

  • 步骤英文标识

  • 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行

  • 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义



1152
1153
1154
# File 'lib/v20180330/models.rb', line 1152

def StepName
  @StepName
end

#StepNoObject

Parameters:

  • 步骤序列

  • 步骤展现名称

  • 步骤英文标识

  • 步骤状态:0-默认值,1-成功,2-失败,3-执行中,4-未执行

  • 当前步骤开始的时间,格式为"yyyy-mm-dd hh:mm:ss",该字段不存在或者为空是无意义



1152
1153
1154
# File 'lib/v20180330/models.rb', line 1152

def StepNo
  @StepNo
end

Instance Method Details

#deserialize(params) ⇒ Object



1162
1163
1164
1165
1166
1167
1168
# File 'lib/v20180330/models.rb', line 1162

def deserialize(params)
  @StepNo = params['StepNo']
  @StepName = params['StepName']
  @StepId = params['StepId']
  @Status = params['Status']
  @StartTime = params['StartTime']
end