Class: TencentCloud::Wedata::V20210820::DownloadLogByLineRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DownloadLogByLineRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DownloadLogByLine请求参数结构体
Instance Attribute Summary collapse
- #CurRunDate ⇒ Object
- #DetailId ⇒ Object
- #ExtInfo ⇒ Object
- #FilePath ⇒ Object
- #FileType ⇒ Object
- #JobType ⇒ Object
- #LineCount ⇒ Object
- #ParseErrorTip ⇒ Object
- #ProjectId ⇒ Object
- #QueryFileFlag ⇒ Object
- #RecordId ⇒ Object
- #StartLine ⇒ Object
- #SubJobId ⇒ Object
- #TaskId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(startline = nil, linecount = nil, projectid = nil, taskid = nil, currundate = nil, detailid = nil, filepath = nil, recordid = nil, subjobid = nil, jobtype = nil, parseerrortip = nil, filetype = nil, queryfileflag = nil, extinfo = nil) ⇒ DownloadLogByLineRequest
constructor
A new instance of DownloadLogByLineRequest.
Constructor Details
#initialize(startline = nil, linecount = nil, projectid = nil, taskid = nil, currundate = nil, detailid = nil, filepath = nil, recordid = nil, subjobid = nil, jobtype = nil, parseerrortip = nil, filetype = nil, queryfileflag = nil, extinfo = nil) ⇒ DownloadLogByLineRequest
Returns a new instance of DownloadLogByLineRequest.
19121 19122 19123 19124 19125 19126 19127 19128 19129 19130 19131 19132 19133 19134 19135 19136 |
# File 'lib/v20210820/models.rb', line 19121 def initialize(startline=nil, linecount=nil, projectid=nil, taskid=nil, currundate=nil, detailid=nil, filepath=nil, recordid=nil, subjobid=nil, jobtype=nil, parseerrortip=nil, filetype=nil, queryfileflag=nil, extinfo=nil) @StartLine = startline @LineCount = linecount @ProjectId = projectid @TaskId = taskid @CurRunDate = currundate @DetailId = detailid @FilePath = filepath @RecordId = recordid @SubJobId = subjobid @JobType = jobtype @ParseErrorTip = parseerrortip @FileType = filetype @QueryFileFlag = queryfileflag @ExtInfo = extinfo end |
Instance Attribute Details
#CurRunDate ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def CurRunDate @CurRunDate end |
#DetailId ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def DetailId @DetailId end |
#ExtInfo ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def ExtInfo @ExtInfo end |
#FilePath ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def FilePath @FilePath end |
#FileType ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def FileType @FileType end |
#JobType ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def JobType @JobType end |
#LineCount ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def LineCount @LineCount end |
#ParseErrorTip ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def ParseErrorTip @ParseErrorTip end |
#ProjectId ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def ProjectId @ProjectId end |
#QueryFileFlag ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def QueryFileFlag @QueryFileFlag end |
#RecordId ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def RecordId @RecordId end |
#StartLine ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def StartLine @StartLine end |
#SubJobId ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def SubJobId @SubJobId end |
#TaskId ⇒ Object
19119 19120 19121 |
# File 'lib/v20210820/models.rb', line 19119 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
19138 19139 19140 19141 19142 19143 19144 19145 19146 19147 19148 19149 19150 19151 19152 19153 |
# File 'lib/v20210820/models.rb', line 19138 def deserialize(params) @StartLine = params['StartLine'] @LineCount = params['LineCount'] @ProjectId = params['ProjectId'] @TaskId = params['TaskId'] @CurRunDate = params['CurRunDate'] @DetailId = params['DetailId'] @FilePath = params['FilePath'] @RecordId = params['RecordId'] @SubJobId = params['SubJobId'] @JobType = params['JobType'] @ParseErrorTip = params['ParseErrorTip'] @FileType = params['FileType'] @QueryFileFlag = params['QueryFileFlag'] @ExtInfo = params['ExtInfo'] end |