Uses of Class
com.tencentcloudapi.cfs.v20190719.models.UserQuota
-
Packages that use UserQuota Package Description com.tencentcloudapi.cfs.v20190719.models -
-
Uses of UserQuota in com.tencentcloudapi.cfs.v20190719.models
Methods in com.tencentcloudapi.cfs.v20190719.models that return UserQuota Modifier and Type Method Description UserQuota[]DescribeUserQuotaResponse. getUserQuotaInfo()Get UserQuota条目Methods in com.tencentcloudapi.cfs.v20190719.models with parameters of type UserQuota Modifier and Type Method Description voidDescribeUserQuotaResponse. setUserQuotaInfo(UserQuota[] UserQuotaInfo)Set UserQuota条目Constructors in com.tencentcloudapi.cfs.v20190719.models with parameters of type UserQuota Constructor Description UserQuota(UserQuota 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.
-