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 Monitor switch status
|
String |
getProjectId()
Get Project ID
|
Long |
getRuleGroupId()
Get Rule Group ID
|
void |
setMonitorStatus(Boolean MonitorStatus)
Set Monitor switch status
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setRuleGroupId(Long RuleGroupId)
Set Rule Group 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 ModifyMonitorStatusRequest()
public ModifyMonitorStatusRequest(ModifyMonitorStatusRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic Long getRuleGroupId()
public void setRuleGroupId(Long RuleGroupId)
RuleGroupId
- Rule Group IDpublic Boolean getMonitorStatus()
public void setMonitorStatus(Boolean MonitorStatus)
MonitorStatus
- Monitor switch statusCopyright © 2024. All rights reserved.