public class AlertChannel extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AlertChannel() | 
| AlertChannel(AlertChannel 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 | getAMPConsumerId()Get AMP consumer ID | 
| String | getNoticeId()Get 通知模板ID | 
| void | setAMPConsumerId(String AMPConsumerId)Set AMP consumer 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, toJsonStringpublic AlertChannel()
public AlertChannel(AlertChannel source)
public String getNoticeId()
public void setNoticeId(String NoticeId)
NoticeId - 通知模板IDpublic String getAMPConsumerId()
public void setAMPConsumerId(String AMPConsumerId)
AMPConsumerId - AMP consumer IDCopyright © 2025. All rights reserved.