public class IncreasePlanQuotaRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| IncreasePlanQuotaRequest() | 
| IncreasePlanQuotaRequest(IncreasePlanQuotaRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPlanId()Get 套餐 ID, 形如 edgeone-2unuvzjmmn2q。 | 
| Long | getQuotaNumber()Get 新增的配额个数。单次新增的配额个数上限为 100。 | 
| String | getQuotaType()Get 新增的套餐配额类型,取值有: site:站点数; precise_access_control_rule:Web 防护 - 自定义规则 - 精准匹配策略的规则配额; rate_limiting_rule:Web 防护 - 速率限制 - 精准速率限制模块的规则配额。 | 
| void | setPlanId(String PlanId)Set 套餐 ID, 形如 edgeone-2unuvzjmmn2q。 | 
| void | setQuotaNumber(Long QuotaNumber)Set 新增的配额个数。单次新增的配额个数上限为 100。 | 
| void | setQuotaType(String QuotaType)Set 新增的套餐配额类型,取值有: site:站点数; precise_access_control_rule:Web 防护 - 自定义规则 - 精准匹配策略的规则配额; rate_limiting_rule:Web 防护 - 速率限制 - 精准速率限制模块的规则配额。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IncreasePlanQuotaRequest()
public IncreasePlanQuotaRequest(IncreasePlanQuotaRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId - 套餐 ID, 形如 edgeone-2unuvzjmmn2q。public String getQuotaType()
public void setQuotaType(String QuotaType)
QuotaType - 新增的套餐配额类型,取值有:public Long getQuotaNumber()
public void setQuotaNumber(Long QuotaNumber)
QuotaNumber - 新增的配额个数。单次新增的配额个数上限为 100。Copyright © 2025. All rights reserved.