public class ModifyAlarmConfigRequest extends AbstractModel
Constructor and Description |
---|
ModifyAlarmConfigRequest() |
ModifyAlarmConfigRequest(ModifyAlarmConfigRequest 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[] |
getEntityList()
Get The list of protection entities.
|
Boolean |
getIsDefault()
Get Whether the default alarm threshold is used.
|
String |
getServiceType()
Get The alarm service type.
|
Long |
getThreshold()
Get The alarm threshold.
|
String |
getZoneId()
Get The site ID.
|
void |
setEntityList(String[] EntityList)
Set The list of protection entities.
|
void |
setIsDefault(Boolean IsDefault)
Set Whether the default alarm threshold is used.
|
void |
setServiceType(String ServiceType)
Set The alarm service type.
|
void |
setThreshold(Long Threshold)
Set The alarm threshold.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyAlarmConfigRequest()
public ModifyAlarmConfigRequest(ModifyAlarmConfigRequest source)
public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- The alarm service type. Values:
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public String[] getEntityList()
public void setEntityList(String[] EntityList)
EntityList
- The list of protection entities.public Long getThreshold()
public void setThreshold(Long Threshold)
Threshold
- The alarm threshold. When no value or 0 is passed, the default alarm threshold will be used.public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault
- Whether the default alarm threshold is used.Copyright © 2022. All rights reserved.