public class Broadcasts extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Broadcasts() | 
| Broadcasts(Broadcasts 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 | getCreateTime()Get 发布时间 | 
| Long | getId()Get 文章唯一id | 
| Long | getLevel()Get 危险程度  0:无, 1:严重, 2: 高危, 3:中危, 4: 低危 | 
| String | getSubtitle()Get 副标题 | 
| String | getTitle()Get 文章名字 | 
| Long | getType()Get 类型:0=紧急通知,1=功能更新,2=行业荣誉,3=版本发布 | 
| void | setCreateTime(String CreateTime)Set 发布时间 | 
| void | setId(Long Id)Set 文章唯一id | 
| void | setLevel(Long Level)Set 危险程度  0:无, 1:严重, 2: 高危, 3:中危, 4: 低危 | 
| 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 Broadcasts()
public Broadcasts(Broadcasts source)
public String getTitle()
public void setTitle(String Title)
Title - 文章名字public Long getType()
public void setType(Long Type)
Type - 类型:0=紧急通知,1=功能更新,2=行业荣誉,3=版本发布public String getSubtitle()
public void setSubtitle(String Subtitle)
Subtitle - 副标题public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 发布时间public Long getId()
public void setId(Long Id)
Id - 文章唯一idpublic Long getLevel()
public void setLevel(Long Level)
Level - 危险程度  0:无, 1:严重, 2: 高危, 3:中危, 4: 低危Copyright © 2025. All rights reserved.