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.
18431 18432 18433 18434 18435 18436 18437 18438 18439 18440 18441 18442 18443 18444 18445 18446 |
# File 'lib/v20210820/models.rb', line 18431 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
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def CurRunDate @CurRunDate end |
#DetailId ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def DetailId @DetailId end |
#ExtInfo ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def ExtInfo @ExtInfo end |
#FilePath ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def FilePath @FilePath end |
#FileType ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def FileType @FileType end |
#JobType ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def JobType @JobType end |
#LineCount ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def LineCount @LineCount end |
#ParseErrorTip ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def ParseErrorTip @ParseErrorTip end |
#ProjectId ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def ProjectId @ProjectId end |
#QueryFileFlag ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def QueryFileFlag @QueryFileFlag end |
#RecordId ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def RecordId @RecordId end |
#StartLine ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def StartLine @StartLine end |
#SubJobId ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def SubJobId @SubJobId end |
#TaskId ⇒ Object
18429 18430 18431 |
# File 'lib/v20210820/models.rb', line 18429 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
18448 18449 18450 18451 18452 18453 18454 18455 18456 18457 18458 18459 18460 18461 18462 18463 |
# File 'lib/v20210820/models.rb', line 18448 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 |