Class: TencentCloud::Emr::V20190103::SchedulerTaskDetail

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

Overview

调度任务详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(step = nil, progress = nil, failreason = nil, jobid = nil) ⇒ SchedulerTaskDetail

Returns a new instance of SchedulerTaskDetail.



13073
13074
13075
13076
13077
13078
# File 'lib/v20190103/models.rb', line 13073

def initialize(step=nil, progress=nil, failreason=nil, jobid=nil)
  @Step = step
  @Progress = progress
  @FailReason = failreason
  @JobId = jobid
end

Instance Attribute Details

#FailReasonObject

Parameters:

  • Step:

    步骤

  • Progress:

    进度

  • FailReason:

    失败信息

  • JobId:

    用来获取详情的id



13071
13072
13073
# File 'lib/v20190103/models.rb', line 13071

def FailReason
  @FailReason
end

#JobIdObject

Parameters:

  • Step:

    步骤

  • Progress:

    进度

  • FailReason:

    失败信息

  • JobId:

    用来获取详情的id



13071
13072
13073
# File 'lib/v20190103/models.rb', line 13071

def JobId
  @JobId
end

#ProgressObject

Parameters:

  • Step:

    步骤

  • Progress:

    进度

  • FailReason:

    失败信息

  • JobId:

    用来获取详情的id



13071
13072
13073
# File 'lib/v20190103/models.rb', line 13071

def Progress
  @Progress
end

#StepObject

Parameters:

  • Step:

    步骤

  • Progress:

    进度

  • FailReason:

    失败信息

  • JobId:

    用来获取详情的id



13071
13072
13073
# File 'lib/v20190103/models.rb', line 13071

def Step
  @Step
end

Instance Method Details

#deserialize(params) ⇒ Object



13080
13081
13082
13083
13084
13085
# File 'lib/v20190103/models.rb', line 13080

def deserialize(params)
  @Step = params['Step']
  @Progress = params['Progress']
  @FailReason = params['FailReason']
  @JobId = params['JobId']
end