public class ExchangeQuota extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ExchangeQuota() |
ExchangeQuota(ExchangeQuota 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 |
getMaxExchange()
Get Specifies the maximum number of exchanges that can be created.
|
Long |
getUsedExchange()
Get Specifies the number of exchanges that have been created.
|
void |
setMaxExchange(Long MaxExchange)
Set Specifies the maximum number of exchanges that can be created.
|
void |
setUsedExchange(Long UsedExchange)
Set Specifies the number of exchanges that have been created.
|
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 ExchangeQuota()
public ExchangeQuota(ExchangeQuota source)
public Long getMaxExchange()
public void setMaxExchange(Long MaxExchange)
MaxExchange - Specifies the maximum number of exchanges that can be created.public Long getUsedExchange()
public void setUsedExchange(Long UsedExchange)
UsedExchange - Specifies the number of exchanges that have been created.Copyright © 2025. All rights reserved.