Class: TencentCloud::Emr::V20190103::SchedulerTaskDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::SchedulerTaskDetail
- Defined in:
- lib/v20190103/models.rb
Overview
调度任务详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(step = nil, progress = nil, failreason = nil, jobid = nil) ⇒ SchedulerTaskDetail
constructor
A new instance of SchedulerTaskDetail.
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
#FailReason ⇒ Object
13071 13072 13073 |
# File 'lib/v20190103/models.rb', line 13071 def FailReason @FailReason end |
#JobId ⇒ Object
13071 13072 13073 |
# File 'lib/v20190103/models.rb', line 13071 def JobId @JobId end |
#Progress ⇒ Object
13071 13072 13073 |
# File 'lib/v20190103/models.rb', line 13071 def Progress @Progress end |
#Step ⇒ Object
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 |