Class: TencentCloud::Cr::V20180321::CallInfo

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

Overview

作业信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bizdate = nil, status = nil, totalcount = nil, filename = nil, filetype = nil, callid = nil) ⇒ CallInfo

Returns a new instance of CallInfo.



315
316
317
318
319
320
321
322
# File 'lib/v20180321/models.rb', line 315

def initialize(bizdate=nil, status=nil, totalcount=nil, filename=nil, filetype=nil, callid=nil)
  @BizDate = bizdate
  @Status = status
  @TotalCount = totalcount
  @FileName = filename
  @FileType = filetype
  @CallId = callid
end

Instance Attribute Details

#BizDateObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • BizDate:

    业务日期

  • Status:

    状态 WAIT:待执行;DOING:执行中;ERROR:执行错误;DONE:已完成;

  • TotalCount:

    成功总数

  • FileName:

    文件名称

  • FileType:

    文件类型 I:呼叫文件 R:停拨文件

  • CallId:

    作业唯一标识



313
314
315
# File 'lib/v20180321/models.rb', line 313

def BizDate
  @BizDate
end

#CallIdObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • BizDate:

    业务日期

  • Status:

    状态 WAIT:待执行;DOING:执行中;ERROR:执行错误;DONE:已完成;

  • TotalCount:

    成功总数

  • FileName:

    文件名称

  • FileType:

    文件类型 I:呼叫文件 R:停拨文件

  • CallId:

    作业唯一标识



313
314
315
# File 'lib/v20180321/models.rb', line 313

def CallId
  @CallId
end

#FileNameObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • BizDate:

    业务日期

  • Status:

    状态 WAIT:待执行;DOING:执行中;ERROR:执行错误;DONE:已完成;

  • TotalCount:

    成功总数

  • FileName:

    文件名称

  • FileType:

    文件类型 I:呼叫文件 R:停拨文件

  • CallId:

    作业唯一标识



313
314
315
# File 'lib/v20180321/models.rb', line 313

def FileName
  @FileName
end

#FileTypeObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • BizDate:

    业务日期

  • Status:

    状态 WAIT:待执行;DOING:执行中;ERROR:执行错误;DONE:已完成;

  • TotalCount:

    成功总数

  • FileName:

    文件名称

  • FileType:

    文件类型 I:呼叫文件 R:停拨文件

  • CallId:

    作业唯一标识



313
314
315
# File 'lib/v20180321/models.rb', line 313

def FileType
  @FileType
end

#StatusObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • BizDate:

    业务日期

  • Status:

    状态 WAIT:待执行;DOING:执行中;ERROR:执行错误;DONE:已完成;

  • TotalCount:

    成功总数

  • FileName:

    文件名称

  • FileType:

    文件类型 I:呼叫文件 R:停拨文件

  • CallId:

    作业唯一标识



313
314
315
# File 'lib/v20180321/models.rb', line 313

def Status
  @Status
end

#TotalCountObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • BizDate:

    业务日期

  • Status:

    状态 WAIT:待执行;DOING:执行中;ERROR:执行错误;DONE:已完成;

  • TotalCount:

    成功总数

  • FileName:

    文件名称

  • FileType:

    文件类型 I:呼叫文件 R:停拨文件

  • CallId:

    作业唯一标识



313
314
315
# File 'lib/v20180321/models.rb', line 313

def TotalCount
  @TotalCount
end

Instance Method Details

#deserialize(params) ⇒ Object



324
325
326
327
328
329
330
331
# File 'lib/v20180321/models.rb', line 324

def deserialize(params)
  @BizDate = params['BizDate']
  @Status = params['Status']
  @TotalCount = params['TotalCount']
  @FileName = params['FileName']
  @FileType = params['FileType']
  @CallId = params['CallId']
end