Class BotQPS
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.BotQPS
-
public class BotQPS extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Get 资源数量LonggetMaxBotQPS()Get 使用qps的最大值StringgetRegion()Get 资源所在地区LonggetRenewFlag()Get 续费标志 注意:此字段可能返回 null,表示取不到有效值。StringgetResourceIds()Get 资源idStringgetValidTime()Get 有效时间voidsetCount(Long Count)Set 资源数量voidsetMaxBotQPS(Long MaxBotQPS)Set 使用qps的最大值voidsetRegion(String Region)Set 资源所在地区voidsetRenewFlag(Long RenewFlag)Set 续费标志 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceIds(String ResourceIds)Set 资源idvoidsetValidTime(String ValidTime)Set 有效时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BotQPS
public BotQPS()
-
BotQPS
public 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.
-
-
Method Detail
-
getResourceIds
public String getResourceIds()
Get 资源id- Returns:
- ResourceIds 资源id
-
setResourceIds
public void setResourceIds(String ResourceIds)
Set 资源id- Parameters:
ResourceIds- 资源id
-
getValidTime
public String getValidTime()
Get 有效时间- Returns:
- ValidTime 有效时间
-
setValidTime
public void setValidTime(String ValidTime)
Set 有效时间- Parameters:
ValidTime- 有效时间
-
getCount
public Long getCount()
Get 资源数量- Returns:
- Count 资源数量
-
setCount
public void setCount(Long Count)
Set 资源数量- Parameters:
Count- 资源数量
-
getRegion
public String getRegion()
Get 资源所在地区- Returns:
- Region 资源所在地区
-
setRegion
public void setRegion(String Region)
Set 资源所在地区- Parameters:
Region- 资源所在地区
-
getMaxBotQPS
public Long getMaxBotQPS()
Get 使用qps的最大值- Returns:
- MaxBotQPS 使用qps的最大值
-
setMaxBotQPS
public void setMaxBotQPS(Long MaxBotQPS)
Set 使用qps的最大值- Parameters:
MaxBotQPS- 使用qps的最大值
-
getRenewFlag
public Long getRenewFlag()
Get 续费标志 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RenewFlag 续费标志 注意:此字段可能返回 null,表示取不到有效值。
-
setRenewFlag
public void setRenewFlag(Long RenewFlag)
Set 续费标志 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RenewFlag- 续费标志 注意:此字段可能返回 null,表示取不到有效值。
-
-