public class NoticeContentTemplate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| NoticeContentTemplate() | 
| NoticeContentTemplate(NoticeContentTemplate 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 | getCreateTime()Get 创建时间 秒级(s)时间戳。 | 
| Long | getFlag()Get 通知内容模板标记。
0: 用户自定义
1: 系统内置 | 
| String | getName()Get 通知内容模板名称 | 
| String | getNoticeContentId()Get 通知内容模板ID。 | 
| NoticeContent[] | getNoticeContents()Get 通知内容模板信息。 | 
| Long | getSubUin()Get 创建/修改者子账号。 | 
| Long | getType()Get 语言类型。
0: 中文
1: 英文 | 
| Long | getUin()Get 创建者主账号。 | 
| Long | getUpdateTime()Get 更新时间 秒级(s)时间戳。 | 
| void | setCreateTime(Long CreateTime)Set 创建时间 秒级(s)时间戳。 | 
| void | setFlag(Long Flag)Set 通知内容模板标记。
0: 用户自定义
1: 系统内置 | 
| void | setName(String Name)Set 通知内容模板名称 | 
| void | setNoticeContentId(String NoticeContentId)Set 通知内容模板ID。 | 
| void | setNoticeContents(NoticeContent[] NoticeContents)Set 通知内容模板信息。 | 
| void | setSubUin(Long SubUin)Set 创建/修改者子账号。 | 
| void | setType(Long Type)Set 语言类型。
0: 中文
1: 英文 | 
| void | setUin(Long Uin)Set 创建者主账号。 | 
| void | setUpdateTime(Long UpdateTime)Set 更新时间 秒级(s)时间戳。 | 
| 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 NoticeContentTemplate()
public NoticeContentTemplate(NoticeContentTemplate source)
public String getNoticeContentId()
public void setNoticeContentId(String NoticeContentId)
NoticeContentId - 通知内容模板ID。public String getName()
public void setName(String Name)
Name - 通知内容模板名称public Long getType()
public void setType(Long Type)
Type - 语言类型。
0: 中文
1: 英文public NoticeContent[] getNoticeContents()
public void setNoticeContents(NoticeContent[] NoticeContents)
NoticeContents - 通知内容模板信息。public Long getFlag()
public void setFlag(Long Flag)
Flag - 通知内容模板标记。
0: 用户自定义
1: 系统内置public Long getUin()
public void setUin(Long Uin)
Uin - 创建者主账号。public Long getSubUin()
public void setSubUin(Long SubUin)
SubUin - 创建/修改者子账号。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间 秒级(s)时间戳。public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime - 更新时间 秒级(s)时间戳。Copyright © 2025. All rights reserved.