public class NoticeContentTmplBindInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
NoticeContentTmplBindInfo() |
NoticeContentTmplBindInfo(NoticeContentTmplBindInfo 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 |
getContentTmplID()
Get 通知内容模板ID
|
String |
getNoticeID()
Get 通知模板ID
|
void |
setContentTmplID(String ContentTmplID)
Set 通知内容模板ID
|
void |
setNoticeID(String NoticeID)
Set 通知模板ID
|
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 NoticeContentTmplBindInfo()
public NoticeContentTmplBindInfo(NoticeContentTmplBindInfo source)
public String getContentTmplID()
public void setContentTmplID(String ContentTmplID)
ContentTmplID
- 通知内容模板IDpublic String getNoticeID()
public void setNoticeID(String NoticeID)
NoticeID
- 通知模板IDCopyright © 2025. All rights reserved.