Class CreateAlertChannelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.pts.v20210728.models.CreateAlertChannelRequest
-
public class CreateAlertChannelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateAlertChannelRequest()CreateAlertChannelRequest(CreateAlertChannelRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAMPConsumerId()Get AMP Consumer IDStringgetNoticeId()Get Notice IDStringgetProjectId()Get 项目 IDvoidsetAMPConsumerId(String AMPConsumerId)Set AMP Consumer IDvoidsetNoticeId(String NoticeId)Set Notice IDvoidsetProjectId(String ProjectId)Set 项目 IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateAlertChannelRequest
public CreateAlertChannelRequest()
-
CreateAlertChannelRequest
public CreateAlertChannelRequest(CreateAlertChannelRequest 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.
-
-
Method Detail
-
getNoticeId
public String getNoticeId()
Get Notice ID- Returns:
- NoticeId Notice ID
-
setNoticeId
public void setNoticeId(String NoticeId)
Set Notice ID- Parameters:
NoticeId- Notice ID
-
getProjectId
public String getProjectId()
Get 项目 ID- Returns:
- ProjectId 项目 ID
-
setProjectId
public void setProjectId(String ProjectId)
Set 项目 ID- Parameters:
ProjectId- 项目 ID
-
getAMPConsumerId
public String getAMPConsumerId()
Get AMP Consumer ID- Returns:
- AMPConsumerId AMP Consumer ID
-
setAMPConsumerId
public void setAMPConsumerId(String AMPConsumerId)
Set AMP Consumer ID- Parameters:
AMPConsumerId- AMP Consumer ID
-
-