public class BotQPS extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BotQPS() | 
| BotQPS(BotQPS 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 | getCount()Get Resource quantity. | 
| Long | getMaxBotQPS()Get Maximum QPS Usage | 
| String | getRegion()Get Resource Location | 
| Long | getRenewFlag()Get Renewal flag. | 
| String | getResourceIds()Get Resource ID | 
| String | getValidTime()Get Expiration time | 
| void | setCount(Long Count)Set Resource quantity. | 
| void | setMaxBotQPS(Long MaxBotQPS)Set Maximum QPS Usage | 
| void | setRegion(String Region)Set Resource Location | 
| void | setRenewFlag(Long RenewFlag)Set Renewal flag. | 
| void | setResourceIds(String ResourceIds)Set Resource ID | 
| void | setValidTime(String ValidTime)Set Expiration time | 
| 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 BotQPS()
public BotQPS(BotQPS source)
public String getResourceIds()
public void setResourceIds(String ResourceIds)
ResourceIds - Resource IDpublic String getValidTime()
public void setValidTime(String ValidTime)
ValidTime - Expiration timepublic Long getCount()
public void setCount(Long Count)
Count - Resource quantity.public String getRegion()
public void setRegion(String Region)
Region - Resource Locationpublic Long getMaxBotQPS()
public void setMaxBotQPS(Long MaxBotQPS)
MaxBotQPS - Maximum QPS Usagepublic Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag - Renewal flag.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.