Class: TencentCloud::Tbm::V20180129::IndustryNews

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

Overview

行业报道新闻

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(industryid = nil, pubtime = nil, fromsite = nil, title = nil, url = nil, level = nil, hot = nil, flag = nil, abstract = nil) ⇒ IndustryNews

Returns a new instance of IndustryNews.



811
812
813
814
815
816
817
818
819
820
821
# File 'lib/v20180129/models.rb', line 811

def initialize(industryid=nil, pubtime=nil, fromsite=nil, title=nil, url=nil, level=nil, hot=nil, flag=nil, abstract=nil)
  @IndustryId = industryid
  @PubTime = pubtime
  @FromSite = fromsite
  @Title = title
  @Url = url
  @Level = level
  @Hot = hot
  @Flag = flag
  @Abstract = abstract
end

Instance Attribute Details

#AbstractObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def Abstract
  @Abstract
end

#FlagObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def Flag
  @Flag
end

#FromSiteObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def FromSite
  @FromSite
end

#HotObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def Hot
  @Hot
end

#IndustryIdObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def IndustryId
  @IndustryId
end

#LevelObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def Level
  @Level
end

#PubTimeObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def PubTime
  @PubTime
end

#TitleObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def Title
  @Title
end

#UrlObject

Parameters:

  • IndustryId:

    行业报道ID

  • PubTime:

    报道发表时间

  • FromSite:

    报道来源

  • Title:

    报道标题

  • Url:

    报道来源url

  • Level:

    报道来源等级

  • Hot:

    热度值

  • Flag:

    报道标识

  • Abstract:

    报道摘要



809
810
811
# File 'lib/v20180129/models.rb', line 809

def Url
  @Url
end

Instance Method Details

#deserialize(params) ⇒ Object



823
824
825
826
827
828
829
830
831
832
833
# File 'lib/v20180129/models.rb', line 823

def deserialize(params)
  @IndustryId = params['IndustryId']
  @PubTime = params['PubTime']
  @FromSite = params['FromSite']
  @Title = params['Title']
  @Url = params['Url']
  @Level = params['Level']
  @Hot = params['Hot']
  @Flag = params['Flag']
  @Abstract = params['Abstract']
end