Class: TencentCloud::Cdn::V20180606::ClsLogObject

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

Overview

CLS日志搜索对象

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(topicid = nil, topicname = nil, timestamp = nil, content = nil, filename = nil, source = nil) ⇒ ClsLogObject

Returns a new instance of ClsLogObject.



2655
2656
2657
2658
2659
2660
2661
2662
# File 'lib/v20180606/models.rb', line 2655

def initialize(topicid=nil, topicname=nil, timestamp=nil, content=nil, filename=nil, source=nil)
  @TopicId = topicid
  @TopicName = topicname
  @Timestamp = timestamp
  @Content = content
  @Filename = filename
  @Source = source
end

Instance Attribute Details

#ContentObject

Parameters:

  • TopicId:

    主题ID

  • TopicName:

    主题名字

  • Timestamp:

    日志时间

  • Content:

    日志内容

  • Filename:

    采集路径

  • Source:

    日志来源设备



2653
2654
2655
# File 'lib/v20180606/models.rb', line 2653

def Content
  @Content
end

#FilenameObject

Parameters:

  • TopicId:

    主题ID

  • TopicName:

    主题名字

  • Timestamp:

    日志时间

  • Content:

    日志内容

  • Filename:

    采集路径

  • Source:

    日志来源设备



2653
2654
2655
# File 'lib/v20180606/models.rb', line 2653

def Filename
  @Filename
end

#SourceObject

Parameters:

  • TopicId:

    主题ID

  • TopicName:

    主题名字

  • Timestamp:

    日志时间

  • Content:

    日志内容

  • Filename:

    采集路径

  • Source:

    日志来源设备



2653
2654
2655
# File 'lib/v20180606/models.rb', line 2653

def Source
  @Source
end

#TimestampObject

Parameters:

  • TopicId:

    主题ID

  • TopicName:

    主题名字

  • Timestamp:

    日志时间

  • Content:

    日志内容

  • Filename:

    采集路径

  • Source:

    日志来源设备



2653
2654
2655
# File 'lib/v20180606/models.rb', line 2653

def Timestamp
  @Timestamp
end

#TopicIdObject

Parameters:

  • TopicId:

    主题ID

  • TopicName:

    主题名字

  • Timestamp:

    日志时间

  • Content:

    日志内容

  • Filename:

    采集路径

  • Source:

    日志来源设备



2653
2654
2655
# File 'lib/v20180606/models.rb', line 2653

def TopicId
  @TopicId
end

#TopicNameObject

Parameters:

  • TopicId:

    主题ID

  • TopicName:

    主题名字

  • Timestamp:

    日志时间

  • Content:

    日志内容

  • Filename:

    采集路径

  • Source:

    日志来源设备



2653
2654
2655
# File 'lib/v20180606/models.rb', line 2653

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



2664
2665
2666
2667
2668
2669
2670
2671
# File 'lib/v20180606/models.rb', line 2664

def deserialize(params)
  @TopicId = params['TopicId']
  @TopicName = params['TopicName']
  @Timestamp = params['Timestamp']
  @Content = params['Content']
  @Filename = params['Filename']
  @Source = params['Source']
end