Uses of Class
com.tencentcloudapi.cls.v20201016.models.DashboardInfo
-
Packages that use DashboardInfo Package Description com.tencentcloudapi.cls.v20201016.models -
-
Uses of DashboardInfo in com.tencentcloudapi.cls.v20201016.models
Methods in com.tencentcloudapi.cls.v20201016.models that return DashboardInfo Modifier and Type Method Description DashboardInfo[]DescribeDashboardsResponse. getDashboardInfos()Get 仪表盘详细明细Methods in com.tencentcloudapi.cls.v20201016.models with parameters of type DashboardInfo Modifier and Type Method Description voidDescribeDashboardsResponse. setDashboardInfos(DashboardInfo[] DashboardInfos)Set 仪表盘详细明细Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type DashboardInfo Constructor Description DashboardInfo(DashboardInfo 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.
-