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 防护实体,如果是四层防护,防护实体为通道ID。如果是七层防护,防护实体为站点名称。
|
String |
getServiceType()
Get 告警服务类型,取值有:
ddos:ddos告警服务。
|
Long |
getThreshold()
Get 新的阈值,单位为Mbps,最小阈值为10。
|
String |
getZoneId()
Get 站点ID。
|
void |
setEntity(String Entity)
Set 防护实体,如果是四层防护,防护实体为通道ID。如果是七层防护,防护实体为站点名称。
|
void |
setServiceType(String ServiceType)
Set 告警服务类型,取值有:
ddos:ddos告警服务。
|
void |
setThreshold(Long Threshold)
Set 新的阈值,单位为Mbps,最小阈值为10。
|
void |
setZoneId(String ZoneId)
Set 站点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
- 告警服务类型,取值有:
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点ID。public Long getThreshold()
public void setThreshold(Long Threshold)
Threshold
- 新的阈值,单位为Mbps,最小阈值为10。public String getEntity()
public void setEntity(String Entity)
Entity
- 防护实体,如果是四层防护,防护实体为通道ID。如果是七层防护,防护实体为站点名称。Copyright © 2022. All rights reserved.