public class DDoSStatusInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DDoSStatusInfo() |
DDoSStatusInfo(DDoSStatusInfo 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 |
getAiStatus()
Get This field is not supported.
|
String |
getAppid()
Get User appid
|
String |
getPlyLevel()
Get Protection level.
|
void |
setAiStatus(String AiStatus)
Set This field is not supported.
|
void |
setAppid(String Appid)
Set User appid
|
void |
setPlyLevel(String PlyLevel)
Set Protection level.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DDoSStatusInfo()
public DDoSStatusInfo(DDoSStatusInfo source)
public String getAiStatus()
public void setAiStatus(String AiStatus)
AiStatus
- This field is not supported. Value: `off`.public String getAppid()
public void setAppid(String Appid)
Appid
- User appidpublic String getPlyLevel()
public void setPlyLevel(String PlyLevel)
PlyLevel
- Protection level. Values: `low`, `middle`, and `high`.Copyright © 2024. All rights reserved.