Uses of Class
com.tencentcloudapi.teo.v20220901.models.TopEntryValue
-
Packages that use TopEntryValue Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of TopEntryValue in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return TopEntryValue Modifier and Type Method Description TopEntryValue[]TopEntry. getValue()Get 查询具体数据。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type TopEntryValue Modifier and Type Method Description voidTopEntry. setValue(TopEntryValue[] Value)Set 查询具体数据。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type TopEntryValue Constructor Description TopEntryValue(TopEntryValue 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.
-