Uses of Class
com.tencentcloudapi.teo.v20220901.models.SecEntryValue
-
Packages that use SecEntryValue Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of SecEntryValue in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return SecEntryValue Modifier and Type Method Description SecEntryValue[]SecEntry. getValue()Get 查询维度下详细数据。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type SecEntryValue Modifier and Type Method Description voidSecEntry. setValue(SecEntryValue[] Value)Set 查询维度下详细数据。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type SecEntryValue Constructor Description SecEntryValue(SecEntryValue 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.
-