public class CreateBasicDDoSAlarmThresholdResponse extends AbstractModel
header, skipSign| 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 当存在告警阈值配置时,返回告警阈值大于0,当不存在告警配置时,返回告警阈值为0; | 
| Long | getAlarmType()Get 告警阈值类型,1-入流量,2-清洗流量;当AlarmThreshold大于0时有效; | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setAlarmThreshold(Long AlarmThreshold)Set 当存在告警阈值配置时,返回告警阈值大于0,当不存在告警配置时,返回告警阈值为0; | 
| void | setAlarmType(Long AlarmType)Set 告警阈值类型,1-入流量,2-清洗流量;当AlarmThreshold大于0时有效; | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateBasicDDoSAlarmThresholdResponse()
public CreateBasicDDoSAlarmThresholdResponse(CreateBasicDDoSAlarmThresholdResponse source)
public Long getAlarmThreshold()
public void setAlarmThreshold(Long AlarmThreshold)
AlarmThreshold - 当存在告警阈值配置时,返回告警阈值大于0,当不存在告警配置时,返回告警阈值为0;public Long getAlarmType()
public void setAlarmType(Long AlarmType)
AlarmType - 告警阈值类型,1-入流量,2-清洗流量;当AlarmThreshold大于0时有效;public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.