Uses of Class
com.tencentcloudapi.advisor.v20200721.models.KeyValue
-
Packages that use KeyValue Package Description com.tencentcloudapi.advisor.v20200721.models -
-
Uses of KeyValue in com.tencentcloudapi.advisor.v20200721.models
Methods in com.tencentcloudapi.advisor.v20200721.models that return KeyValue Modifier and Type Method Description KeyValue[]
RiskFieldsDesc. getFieldDict()
Get 字段值对应字典 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.advisor.v20200721.models with parameters of type KeyValue Modifier and Type Method Description void
RiskFieldsDesc. setFieldDict(KeyValue[] FieldDict)
Set 字段值对应字典 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.advisor.v20200721.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.
-