public class ModifyAlarmDefaultThresholdRequest extends AbstractModel
Constructor and Description |
---|
ModifyAlarmDefaultThresholdRequest() |
ModifyAlarmDefaultThresholdRequest(ModifyAlarmDefaultThresholdRequest 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 |
getEntity()
Get The protection entity, which is a proxy ID when layer-4 protection is enabled, or a site name when layer-7 protection is on.
|
String |
getServiceType()
Get The alarm service type.
|
Long |
getThreshold()
Get The threshold in Mbps.
|
String |
getZoneId()
Get The site ID.
|
void |
setEntity(String Entity)
Set The protection entity, which is a proxy ID when layer-4 protection is enabled, or a site name when layer-7 protection is on.
|
void |
setServiceType(String ServiceType)
Set The alarm service type.
|
void |
setThreshold(Long Threshold)
Set The threshold in Mbps.
|
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 ModifyAlarmDefaultThresholdRequest()
public ModifyAlarmDefaultThresholdRequest(ModifyAlarmDefaultThresholdRequest 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 Long getThreshold()
public void setThreshold(Long Threshold)
Threshold
- The threshold in Mbps. Maximum value: 10.public String getEntity()
public void setEntity(String Entity)
Entity
- The protection entity, which is a proxy ID when layer-4 protection is enabled, or a site name when layer-7 protection is on.Copyright © 2022. All rights reserved.