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 Plan ID, formatted as edgeone-2unuvzjmmn2q.
|
Long |
getQuotaNumber()
Get Number of new quotas.
|
String |
getQuotaType()
Get The types of new plan quotas available include: site: Number of sites; precise_access_control_rule: the number of rules under "Web Protection - Custom Rules - Precision Matching Policy"; rate_limiting_rule: the number of rules under "Web Protection - Rate Limiting - Precision Rate Limiting Module".
|
void |
setPlanId(String PlanId)
Set Plan ID, formatted as edgeone-2unuvzjmmn2q.
|
void |
setQuotaNumber(Long QuotaNumber)
Set Number of new quotas.
|
void |
setQuotaType(String QuotaType)
Set The types of new plan quotas available include: site: Number of sites; precise_access_control_rule: the number of rules under "Web Protection - Custom Rules - Precision Matching Policy"; rate_limiting_rule: the number of rules under "Web Protection - Rate Limiting - Precision Rate Limiting Module".
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public IncreasePlanQuotaRequest()
public IncreasePlanQuotaRequest(IncreasePlanQuotaRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- Plan ID, formatted as edgeone-2unuvzjmmn2q.public String getQuotaType()
public void setQuotaType(String QuotaType)
QuotaType
- The types of new plan quotas available include:public Long getQuotaNumber()
public void setQuotaNumber(Long QuotaNumber)
QuotaNumber
- Number of new quotas. The maximum number of quotas that can be added at one time is 100.Copyright © 2024. All rights reserved.