Uses of Class
com.tencentcloudapi.rum.v20210622.models.RumProject
-
Packages that use RumProject Package Description com.tencentcloudapi.rum.v20210622.models -
-
Uses of RumProject in com.tencentcloudapi.rum.v20210622.models
Methods in com.tencentcloudapi.rum.v20210622.models that return RumProject Modifier and Type Method Description RumProject[]DescribeProjectsResponse. getProjectSet()Get 项目列表Methods in com.tencentcloudapi.rum.v20210622.models with parameters of type RumProject Modifier and Type Method Description voidDescribeProjectsResponse. setProjectSet(RumProject[] ProjectSet)Set 项目列表Constructors in com.tencentcloudapi.rum.v20210622.models with parameters of type RumProject Constructor Description RumProject(RumProject 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.
-