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 Rich text content information
|
String |
getCreateTime()
Get Release time
|
Long |
getGotoType()
Get Redirection location: 0: no redirection; 1: virus scanning; 2: vulnerability scan; 3: security baseline
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getId()
Get Article unique ID
|
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
|
void |
setContent(String Content)
Set Rich text content information
|
void |
setCreateTime(String CreateTime)
Set Release time
|
void |
setGotoType(Long GotoType)
Set Redirection location: 0: no redirection; 1: virus scanning; 2: vulnerability scan; 3: security baseline
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setId(Long Id)
Set Article unique ID
|
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
|
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, toJsonString
public BroadcastInfo()
public BroadcastInfo(BroadcastInfo 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 getGotoType()
public void setGotoType(Long GotoType)
GotoType
- Redirection location: 0: no redirection; 1: virus scanning; 2: vulnerability scan; 3: security baseline
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 String getContent()
public void setContent(String Content)
Content
- Rich text content informationpublic Long getId()
public void setId(Long Id)
Id
- Article unique IDpublic Long getType()
public void setType(Long Type)
Type
- Type: 0: emergency notification; 1: feature update; 2: industry honor; 3: version releaseCopyright © 2024. All rights reserved.