public class DeleteAlertChannelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteAlertChannelRequest() | 
| DeleteAlertChannelRequest(DeleteAlertChannelRequest 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 | getNoticeId()Get 待删除的通知渠道的 Notice ID(所有通知渠道的 Notice ID 可以从 DescribeAlertChannels 接口获取) | 
| String | getProjectId()Get 项目 ID | 
| void | setNoticeId(String NoticeId)Set 待删除的通知渠道的 Notice ID(所有通知渠道的 Notice ID 可以从 DescribeAlertChannels 接口获取) | 
| void | setProjectId(String ProjectId)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 DeleteAlertChannelRequest()
public DeleteAlertChannelRequest(DeleteAlertChannelRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目 IDpublic String getNoticeId()
public void setNoticeId(String NoticeId)
NoticeId - 待删除的通知渠道的 Notice ID(所有通知渠道的 Notice ID 可以从 DescribeAlertChannels 接口获取)Copyright © 2025. All rights reserved.