Uses of Class
com.tencentcloudapi.cdn.v20180606.models.Quota
-
Packages that use Quota Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of Quota in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return Quota Modifier and Type Method Description Quota[]DescribePurgeQuotaResponse. getPathPurge()Get 目录刷新用量及配额。Quota[]DescribePurgeQuotaResponse. getUrlPurge()Get URL刷新用量及配额。Quota[]DescribePushQuotaResponse. getUrlPush()Get Url预热用量及配额。Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type Quota Modifier and Type Method Description voidDescribePurgeQuotaResponse. setPathPurge(Quota[] PathPurge)Set 目录刷新用量及配额。voidDescribePurgeQuotaResponse. setUrlPurge(Quota[] UrlPurge)Set URL刷新用量及配额。voidDescribePushQuotaResponse. setUrlPush(Quota[] UrlPush)Set Url预热用量及配额。Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type Quota Constructor Description Quota(Quota 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.
-