public class CreateBasicDDoSAlarmThresholdResponse extends AbstractModel
| Constructor and Description | 
|---|
| CreateBasicDDoSAlarmThresholdResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAlarmThreshold()Get If there is an alarm threshold configuration, the returned alarm threshold will be greater than 0; otherwise, the returned alarm threshold will be 0; | 
| Long | getAlarmType()Get Alarm threshold type. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| void | setAlarmThreshold(Long AlarmThreshold)Set If there is an alarm threshold configuration, the returned alarm threshold will be greater than 0; otherwise, the returned alarm threshold will be 0; | 
| void | setAlarmType(Long AlarmType)Set Alarm threshold type. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| 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, toJsonStringpublic CreateBasicDDoSAlarmThresholdResponse()
public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold - If there is an alarm threshold configuration, the returned alarm threshold will be greater than 0; otherwise, the returned alarm threshold will be 0;public Long getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType - Alarm threshold type. 1: inbound traffic, 2: cleansed traffic. This field is valid if `AlarmThreshold` is above 0;public String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.