Class CaptchaOperDataTryTimesDistributeUnit
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.CaptchaOperDataTryTimesDistributeUnit
-
public class CaptchaOperDataTryTimesDistributeUnit extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CaptchaOperDataTryTimesDistributeUnit()CaptchaOperDataTryTimesDistributeUnit(CaptchaOperDataTryTimesDistributeUnit 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetTryCount()Get 尝试次数LonggetUserCount()Get 用户请求数量voidsetTryCount(Long TryCount)Set 尝试次数voidsetUserCount(Long UserCount)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
-
CaptchaOperDataTryTimesDistributeUnit
public CaptchaOperDataTryTimesDistributeUnit()
-
CaptchaOperDataTryTimesDistributeUnit
public CaptchaOperDataTryTimesDistributeUnit(CaptchaOperDataTryTimesDistributeUnit 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
-
getTryCount
public Long getTryCount()
Get 尝试次数- Returns:
- TryCount 尝试次数
-
setTryCount
public void setTryCount(Long TryCount)
Set 尝试次数- Parameters:
TryCount- 尝试次数
-
getUserCount
public Long getUserCount()
Get 用户请求数量- Returns:
- UserCount 用户请求数量
-
setUserCount
public void setUserCount(Long UserCount)
Set 用户请求数量- Parameters:
UserCount- 用户请求数量
-
-