public class CreateNoticeContentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateNoticeContentRequest() |
CreateNoticeContentRequest(CreateNoticeContentRequest 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 |
getName()
Get 模板名称。
|
NoticeContent[] |
getNoticeContents()
Get 模板详细配置。
|
Long |
getType()
Get 模板内容语言。0:中文1:英文
|
void |
setName(String Name)
Set 模板名称。
|
void |
setNoticeContents(NoticeContent[] NoticeContents)
Set 模板详细配置。
|
void |
setType(Long Type)
Set 模板内容语言。0:中文1:英文
|
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, toJsonString
public CreateNoticeContentRequest()
public CreateNoticeContentRequest(CreateNoticeContentRequest source)
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
- 模板详细配置。Copyright © 2024. All rights reserved.