public class DeleteAlarmShieldRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteAlarmShieldRequest() |
DeleteAlarmShieldRequest(DeleteAlarmShieldRequest 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 |
getAlarmNoticeId()
Get Notification channel group ID.
|
String |
getTaskId()
Get Blocking rule ID.
|
void |
setAlarmNoticeId(String AlarmNoticeId)
Set Notification channel group ID.
|
void |
setTaskId(String TaskId)
Set Blocking rule ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteAlarmShieldRequest()
public DeleteAlarmShieldRequest(DeleteAlarmShieldRequest source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- Blocking rule ID.public String getAlarmNoticeId()
public void setAlarmNoticeId(String AlarmNoticeId)
AlarmNoticeId
- Notification channel group ID.Copyright © 2024. All rights reserved.