public class BotQPS extends AbstractModel
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 资源数量
|
Long |
getMaxBotQPS()
Get 使用qps的最大值
|
String |
getRegion()
Get 资源所在地区
|
Long |
getRenewFlag()
Get 续费标志
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResourceIds()
Get 资源id
|
String |
getValidTime()
Get 有效时间
|
void |
setCount(Long Count)
Set 资源数量
|
void |
setMaxBotQPS(Long MaxBotQPS)
Set 使用qps的最大值
|
void |
setRegion(String Region)
Set 资源所在地区
|
void |
setRenewFlag(Long RenewFlag)
Set 续费标志
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceIds(String ResourceIds)
Set 资源id
|
void |
setValidTime(String ValidTime)
Set 有效时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BotQPS()
public BotQPS(BotQPS source)
public String getResourceIds()
public void setResourceIds(String ResourceIds)
ResourceIds
- 资源idpublic String getValidTime()
public void setValidTime(String ValidTime)
ValidTime
- 有效时间public Long getCount()
public void setCount(Long Count)
Count
- 资源数量public String getRegion()
public void setRegion(String Region)
Region
- 资源所在地区public Long getMaxBotQPS()
public void setMaxBotQPS(Long MaxBotQPS)
MaxBotQPS
- 使用qps的最大值public Long getRenewFlag()
public void setRenewFlag(Long RenewFlag)
RenewFlag
- 续费标志
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.