Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.KeyValue
-
Packages that use KeyValue Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of KeyValue in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return KeyValue Modifier and Type Method Description KeyValue[]DescribeBasicDeviceStatusResponse. getCLBData()Get 域名化资产的名称 注意:此字段可能返回 null,表示取不到有效值。KeyValue[]DescribeBasicDeviceStatusResponse. getData()Get 返回资源及状态,状态码: 1 - 封堵状态 2 - 正常状态 3 - 攻击状态KeyValue[]DescribeNewL7RulesErrHealthResponse. getErrHealths()Get 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP及错误信息,多个IP用","分割Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type KeyValue Modifier and Type Method Description voidDescribeBasicDeviceStatusResponse. setCLBData(KeyValue[] CLBData)Set 域名化资产的名称 注意:此字段可能返回 null,表示取不到有效值。voidDescribeBasicDeviceStatusResponse. setData(KeyValue[] Data)Set 返回资源及状态,状态码: 1 - 封堵状态 2 - 正常状态 3 - 攻击状态voidDescribeNewL7RulesErrHealthResponse. setErrHealths(KeyValue[] ErrHealths)Set 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP及错误信息,多个IP用","分割Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type KeyValue Constructor Description KeyValue(KeyValue 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.
-