public class CreateBasicDDoSAlarmThresholdResponse extends AbstractModel
Constructor and Description |
---|
CreateBasicDDoSAlarmThresholdResponse() |
CreateBasicDDoSAlarmThresholdResponse(CreateBasicDDoSAlarmThresholdResponse 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 |
---|---|
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, toJsonString
public CreateBasicDDoSAlarmThresholdResponse()
public CreateBasicDDoSAlarmThresholdResponse(CreateBasicDDoSAlarmThresholdResponse source)
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 © 2023. All rights reserved.