Class: TencentCloud::Dlc::V20210125::JobLogResult

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

Overview

日志详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(time = nil, topicid = nil, topicname = nil, logjson = nil, pkglogid = nil) ⇒ JobLogResult

Returns a new instance of JobLogResult.



11593
11594
11595
11596
11597
11598
11599
# File 'lib/v20210125/models.rb', line 11593

def initialize(time=nil, topicid=nil, topicname=nil, logjson=nil, pkglogid=nil)
  @Time = time
  @TopicId = topicid
  @TopicName = topicname
  @LogJson = logjson
  @PkgLogId = pkglogid
end

Instance Attribute Details

#LogJsonObject

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

Parameters:

  • Time:

    日志时间戳,毫秒

  • TopicId:

    日志topic id

  • TopicName:

    日志topic name

  • LogJson:

    日志内容,json字符串

  • PkgLogId:

    日志ID



11591
11592
11593
# File 'lib/v20210125/models.rb', line 11591

def LogJson
  @LogJson
end

#PkgLogIdObject

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

Parameters:

  • Time:

    日志时间戳,毫秒

  • TopicId:

    日志topic id

  • TopicName:

    日志topic name

  • LogJson:

    日志内容,json字符串

  • PkgLogId:

    日志ID



11591
11592
11593
# File 'lib/v20210125/models.rb', line 11591

def PkgLogId
  @PkgLogId
end

#TimeObject

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

Parameters:

  • Time:

    日志时间戳,毫秒

  • TopicId:

    日志topic id

  • TopicName:

    日志topic name

  • LogJson:

    日志内容,json字符串

  • PkgLogId:

    日志ID



11591
11592
11593
# File 'lib/v20210125/models.rb', line 11591

def Time
  @Time
end

#TopicIdObject

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

Parameters:

  • Time:

    日志时间戳,毫秒

  • TopicId:

    日志topic id

  • TopicName:

    日志topic name

  • LogJson:

    日志内容,json字符串

  • PkgLogId:

    日志ID



11591
11592
11593
# File 'lib/v20210125/models.rb', line 11591

def TopicId
  @TopicId
end

#TopicNameObject

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

Parameters:

  • Time:

    日志时间戳,毫秒

  • TopicId:

    日志topic id

  • TopicName:

    日志topic name

  • LogJson:

    日志内容,json字符串

  • PkgLogId:

    日志ID



11591
11592
11593
# File 'lib/v20210125/models.rb', line 11591

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



11601
11602
11603
11604
11605
11606
11607
# File 'lib/v20210125/models.rb', line 11601

def deserialize(params)
  @Time = params['Time']
  @TopicId = params['TopicId']
  @TopicName = params['TopicName']
  @LogJson = params['LogJson']
  @PkgLogId = params['PkgLogId']
end