public class ScdnTypeData extends AbstractModel
| Constructor and Description |
|---|
ScdnTypeData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttackType()
Get 攻击类型
|
Long |
getValue()
Get 攻击值
|
void |
setAttackType(String AttackType)
Set 攻击类型
|
void |
setValue(Long Value)
Set 攻击值
|
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 String getAttackType()
public void setAttackType(String AttackType)
AttackType - 攻击类型public Long getValue()
public void setValue(Long Value)
Value - 攻击值Copyright © 2020. All rights reserved.