Uses of Class
com.tencentcloudapi.cpdp.v20190820.models.QueryItem
-
Packages that use QueryItem Package Description com.tencentcloudapi.cpdp.v20190820.models -
-
Uses of QueryItem in com.tencentcloudapi.cpdp.v20190820.models
Methods in com.tencentcloudapi.cpdp.v20190820.models that return QueryItem Modifier and Type Method Description QueryItem[]QueryBalanceResponse. getQueryItems()Get 查询结果项Methods in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryItem Modifier and Type Method Description voidQueryBalanceResponse. setQueryItems(QueryItem[] QueryItems)Set 查询结果项Constructors in com.tencentcloudapi.cpdp.v20190820.models with parameters of type QueryItem Constructor Description QueryItem(QueryItem 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.
-