public class ModifyNoticeContentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNoticeContentRequest() |
ModifyNoticeContentRequest(ModifyNoticeContentRequest 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 通知内容模板名称。
|
String |
getNoticeContentId()
Get 通知内容模板ID。
|
NoticeContent[] |
getNoticeContents()
Get 通知内容模板详细信息。
|
Long |
getType()
Get 通知内容语言。
0:中文 1:英文
|
void |
setName(String Name)
Set 通知内容模板名称。
|
void |
setNoticeContentId(String NoticeContentId)
Set 通知内容模板ID。
|
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 ModifyNoticeContentRequest()
public ModifyNoticeContentRequest(ModifyNoticeContentRequest 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
- 通知内容模板详细信息。Copyright © 2024. All rights reserved.