public class BroadcastInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BroadcastInfo() | 
| BroadcastInfo(BroadcastInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContent()Get 富文本内容信息 | 
| String | getCreateTime()Get 发布时间 | 
| Long | getGotoType()Get 跳转位置:0=不跳转,1=文件查杀,2=漏洞扫描,3=安全基线 | 
| Long | getId()Get 文章唯一Id | 
| String | getSubtitle()Get 副标题 | 
| String | getTitle()Get 文章名字 | 
| Long | getType()Get 类型:0=紧急通知,1=功能更新,2=行业荣誉,3=版本发布 | 
| void | setContent(String Content)Set 富文本内容信息 | 
| void | setCreateTime(String CreateTime)Set 发布时间 | 
| void | setGotoType(Long GotoType)Set 跳转位置:0=不跳转,1=文件查杀,2=漏洞扫描,3=安全基线 | 
| void | setId(Long Id)Set 文章唯一Id | 
| void | setSubtitle(String Subtitle)Set 副标题 | 
| void | setTitle(String Title)Set 文章名字 | 
| void | setType(Long Type)Set 类型:0=紧急通知,1=功能更新,2=行业荣誉,3=版本发布 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BroadcastInfo()
public BroadcastInfo(BroadcastInfo source)
public String getTitle()
public void setTitle(String Title)
Title - 文章名字public Long getGotoType()
public void setGotoType(Long GotoType)
GotoType - 跳转位置:0=不跳转,1=文件查杀,2=漏洞扫描,3=安全基线public String getSubtitle()
public void setSubtitle(String Subtitle)
Subtitle - 副标题public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 发布时间public String getContent()
public void setContent(String Content)
Content - 富文本内容信息public Long getId()
public void setId(Long Id)
Id - 文章唯一Idpublic Long getType()
public void setType(Long Type)
Type - 类型:0=紧急通知,1=功能更新,2=行业荣誉,3=版本发布Copyright © 2025. All rights reserved.