public class IndustryNews extends AbstractModel
| Constructor and Description |
|---|
IndustryNews() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbstract()
Get 报道摘要
|
Long |
getFlag()
Get 报道标识
|
String |
getFromSite()
Get 报道来源
|
Long |
getHot()
Get 热度值
|
String |
getIndustryId()
Get 行业报道ID
|
Long |
getLevel()
Get 报道来源等级
|
String |
getPubTime()
Get 报道发表时间
|
String |
getTitle()
Get 报道标题
|
String |
getUrl()
Get 报道来源url
|
void |
setAbstract(String Abstract)
Set 报道摘要
|
void |
setFlag(Long Flag)
Set 报道标识
|
void |
setFromSite(String FromSite)
Set 报道来源
|
void |
setHot(Long Hot)
Set 热度值
|
void |
setIndustryId(String IndustryId)
Set 行业报道ID
|
void |
setLevel(Long Level)
Set 报道来源等级
|
void |
setPubTime(String PubTime)
Set 报道发表时间
|
void |
setTitle(String Title)
Set 报道标题
|
void |
setUrl(String Url)
Set 报道来源url
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getIndustryId()
public void setIndustryId(String IndustryId)
IndustryId - 行业报道IDpublic String getPubTime()
public void setPubTime(String PubTime)
PubTime - 报道发表时间public String getFromSite()
public void setFromSite(String FromSite)
FromSite - 报道来源public String getTitle()
public void setTitle(String Title)
Title - 报道标题public String getUrl()
public void setUrl(String Url)
Url - 报道来源urlpublic Long getLevel()
public void setLevel(Long Level)
Level - 报道来源等级public Long getHot()
public void setHot(Long Hot)
Hot - 热度值public Long getFlag()
public void setFlag(Long Flag)
Flag - 报道标识public String getAbstract()
public void setAbstract(String Abstract)
Abstract - 报道摘要Copyright © 2020. All rights reserved.