public class Quota extends AbstractModel
Constructor and Description |
---|
Quota() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBatch()
Get
|
Long |
getDaily()
Get Daily submission quota limit.
|
Long |
getDailyAvailable()
Get Remaining daily submission quota.
|
String |
getType()
Get Type of cache purging/pre-warming.
|
void |
setBatch(Long Batch)
Set
|
void |
setDaily(Long Daily)
Set Daily submission quota limit.
|
void |
setDailyAvailable(Long DailyAvailable)
Set Remaining daily submission quota.
|
void |
setType(String Type)
Set Type of cache purging/pre-warming.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Quota()
public Quota(Quota source)
public Long getBatch()
public void setBatch(Long Batch)
Batch
- public Long getDaily()
public void setDaily(Long Daily)
Daily
- Daily submission quota limit.public Long getDailyAvailable()
public void setDailyAvailable(Long DailyAvailable)
DailyAvailable
- Remaining daily submission quota.public String getType()
public void setType(String Type)
Type
- Type of cache purging/pre-warming. Values:
Copyright © 2023. All rights reserved.