类 DeleteAlertRulesRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.cnap.model.monitoring.DeleteAlertRulesRequest
-
public class DeleteAlertRulesRequest extends AbstractBceRequest
The request for delete alert rules.
-
-
构造器概要
构造器 构造器 说明 DeleteAlertRulesRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAlertRuleID()voidsetAlertRuleID(String alertRuleID)DeleteAlertRulesRequestwithAlertRuleID(String alertRuleID)DeleteAlertRulesRequestwithRequestCredentials(BceCredentials credentials)Configure request credential for the request.-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getAlertRuleID
public String getAlertRuleID()
-
setAlertRuleID
public void setAlertRuleID(String alertRuleID)
-
withAlertRuleID
public DeleteAlertRulesRequest withAlertRuleID(String alertRuleID)
-
withRequestCredentials
public DeleteAlertRulesRequest withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.- 指定者:
withRequestCredentials在类中AbstractBceRequest- 参数:
credentials- a valid instance of BceCredentials.- 返回:
- request with credentials.
-
-