public class InstanceQuotaConfigResp extends AbstractModel
header, skipSign
Constructor and Description |
---|
InstanceQuotaConfigResp() |
InstanceQuotaConfigResp(InstanceQuotaConfigResp 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 |
getQuotaConsumerByteRate()
Get Consumption throttling in MB/sec.
|
Long |
getQuotaProducerByteRate()
Get Production throttling in MB/sec.
|
void |
setQuotaConsumerByteRate(Long QuotaConsumerByteRate)
Set Consumption throttling in MB/sec.
|
void |
setQuotaProducerByteRate(Long QuotaProducerByteRate)
Set Production throttling in MB/sec.
|
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 InstanceQuotaConfigResp()
public InstanceQuotaConfigResp(InstanceQuotaConfigResp source)
public Long getQuotaProducerByteRate()
public void setQuotaProducerByteRate(Long QuotaProducerByteRate)
QuotaProducerByteRate
- Production throttling in MB/sec.
Note: This field may return `null`, indicating that no valid values can be obtained.public Long getQuotaConsumerByteRate()
public void setQuotaConsumerByteRate(Long QuotaConsumerByteRate)
QuotaConsumerByteRate
- Consumption throttling in MB/sec.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.