Uses of Class
com.tencentcloudapi.rum.v20210622.models.ProjectLimit
-
Packages that use ProjectLimit Package Description com.tencentcloudapi.rum.v20210622.models -
-
Uses of ProjectLimit in com.tencentcloudapi.rum.v20210622.models
Methods in com.tencentcloudapi.rum.v20210622.models that return ProjectLimit Modifier and Type Method Description ProjectLimit[]DescribeProjectLimitsResponse. getProjectLimitSet()Get 上报率数组列表Methods in com.tencentcloudapi.rum.v20210622.models with parameters of type ProjectLimit Modifier and Type Method Description voidDescribeProjectLimitsResponse. setProjectLimitSet(ProjectLimit[] ProjectLimitSet)Set 上报率数组列表Constructors in com.tencentcloudapi.rum.v20210622.models with parameters of type ProjectLimit Constructor Description ProjectLimit(ProjectLimit 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.
-