public class QpsData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
QpsData()  | 
QpsData(QpsData 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 | 
getElasticBillingDefault()
Get Elastic QPS Default Value
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getElasticBillingMax()
Get Maximum Elastic QPS
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getElasticBillingMin()
Get Elastic QPS Minimum Value
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getQPSExtendIntlMax()
Get Maximum QPS for Overseas Business Expansion Package
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getQPSExtendMax()
Get Maximum QPS for Business Expansion Package
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setElasticBillingDefault(Long ElasticBillingDefault)
Set Elastic QPS Default Value
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setElasticBillingMax(Long ElasticBillingMax)
Set Maximum Elastic QPS
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setElasticBillingMin(Long ElasticBillingMin)
Set Elastic QPS Minimum Value
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setQPSExtendIntlMax(Long QPSExtendIntlMax)
Set Maximum QPS for Overseas Business Expansion Package
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setQPSExtendMax(Long QPSExtendMax)
Set Maximum QPS for Business Expansion Package
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
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, toJsonStringpublic QpsData()
public QpsData(QpsData source)
public Long getElasticBillingDefault()
public void setElasticBillingDefault(Long ElasticBillingDefault)
ElasticBillingDefault - Elastic QPS Default Value
Note: This field may return null, indicating that no valid values can be obtained.public Long getElasticBillingMin()
public void setElasticBillingMin(Long ElasticBillingMin)
ElasticBillingMin - Elastic QPS Minimum Value
Note: This field may return null, indicating that no valid values can be obtained.public Long getElasticBillingMax()
public void setElasticBillingMax(Long ElasticBillingMax)
ElasticBillingMax - Maximum Elastic QPS
Note: This field may return null, indicating that no valid values can be obtained.public Long getQPSExtendMax()
public void setQPSExtendMax(Long QPSExtendMax)
QPSExtendMax - Maximum QPS for Business Expansion Package
Note: This field may return null, indicating that no valid values can be obtained.public Long getQPSExtendIntlMax()
public void setQPSExtendIntlMax(Long QPSExtendIntlMax)
QPSExtendIntlMax - Maximum QPS for Overseas Business Expansion Package
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.