public class ModifyMonitorStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyMonitorStatusRequest() | 
| ModifyMonitorStatusRequest(ModifyMonitorStatusRequest 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 | 
|---|---|
| Boolean | getMonitorStatus()Get 监控开关状态 | 
| String | getProjectId()Get 项目Id | 
| Long | getRuleGroupId()Get 规则组ID | 
| void | setMonitorStatus(Boolean MonitorStatus)Set 监控开关状态 | 
| void | setProjectId(String ProjectId)Set 项目Id | 
| void | setRuleGroupId(Long RuleGroupId)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 ModifyMonitorStatusRequest()
public ModifyMonitorStatusRequest(ModifyMonitorStatusRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId - 项目Idpublic Long getRuleGroupId()
public void setRuleGroupId(Long RuleGroupId)
RuleGroupId - 规则组IDpublic Boolean getMonitorStatus()
public void setMonitorStatus(Boolean MonitorStatus)
MonitorStatus - 监控开关状态Copyright © 2025. All rights reserved.