public class ScreenBroadcasts extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScreenBroadcasts() | 
| ScreenBroadcasts(ScreenBroadcasts 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 | 
|---|---|
| Long | getId()Get 文章ID | 
| Long | getLevel()Get 播报文章危险程度  0:无, 1:严重, 2: 高危, 3:中危, 4: 低危 | 
| String | getTime()Get 发布时间 | 
| String | getTitle()Get 播报文章标题 | 
| void | setId(Long Id)Set 文章ID | 
| void | setLevel(Long Level)Set 播报文章危险程度  0:无, 1:严重, 2: 高危, 3:中危, 4: 低危 | 
| void | setTime(String Time)Set 发布时间 | 
| void | setTitle(String Title)Set 播报文章标题 | 
| 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 ScreenBroadcasts()
public ScreenBroadcasts(ScreenBroadcasts source)
public String getTitle()
public void setTitle(String Title)
Title - 播报文章标题public Long getLevel()
public void setLevel(Long Level)
Level - 播报文章危险程度  0:无, 1:严重, 2: 高危, 3:中危, 4: 低危public String getTime()
public void setTime(String Time)
Time - 发布时间public Long getId()
public void setId(Long Id)
Id - 文章IDCopyright © 2025. All rights reserved.