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 Release time | 
| Long | getId()Get Article unique ID | 
| Long | getLevel()Get Severity level. | 
| String | getSubtitle()Get Subtitle | 
| String | getTitle()Get Article name
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getType()Get Type: 0: emergency notification; 1: feature update; 2: industry honor; 3: version release
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCreateTime(String CreateTime)Set Release time | 
| void | setId(Long Id)Set Article unique ID | 
| void | setLevel(Long Level)Set Severity level. | 
| void | setSubtitle(String Subtitle)Set Subtitle | 
| void | setTitle(String Title)Set Article name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setType(Long Type)Set Type: 0: emergency notification; 1: feature update; 2: industry honor; 3: version release
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Broadcasts()
public Broadcasts(Broadcasts source)
public String getTitle()
public void setTitle(String Title)
Title - Article name
Note: This field may return null, indicating that no valid values can be obtained.public Long getType()
public void setType(Long Type)
Type - Type: 0: emergency notification; 1: feature update; 2: industry honor; 3: version release
Note: This field may return null, indicating that no valid values can be obtained.public String getSubtitle()
public void setSubtitle(String Subtitle)
Subtitle - Subtitlepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Release timepublic Long getId()
public void setId(Long Id)
Id - Article unique IDpublic Long getLevel()
public void setLevel(Long Level)
Level - Severity level. 0: none; 1: critical; 2: high-risk; 3: medium-risk; 4: low-riskCopyright © 2024. All rights reserved.