Class CaptchaOperDataInterceptUnit
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.CaptchaOperDataInterceptUnit
-
public class CaptchaOperDataInterceptUnit extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CaptchaOperDataInterceptUnit()CaptchaOperDataInterceptUnit(CaptchaOperDataInterceptUnit 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 FloatgetAllStopCnt()Get 停止验证数量StringgetDateKey()Get 时间FloatgetPicStopCnt()Get 图片停止加载数量FloatgetStrategyStopCnt()Get 策略拦截数量voidsetAllStopCnt(Float AllStopCnt)Set 停止验证数量voidsetDateKey(String DateKey)Set 时间voidsetPicStopCnt(Float PicStopCnt)Set 图片停止加载数量voidsetStrategyStopCnt(Float StrategyStopCnt)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
-
CaptchaOperDataInterceptUnit
public CaptchaOperDataInterceptUnit()
-
CaptchaOperDataInterceptUnit
public CaptchaOperDataInterceptUnit(CaptchaOperDataInterceptUnit 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
-
getDateKey
public String getDateKey()
Get 时间- Returns:
- DateKey 时间
-
setDateKey
public void setDateKey(String DateKey)
Set 时间- Parameters:
DateKey- 时间
-
getAllStopCnt
public Float getAllStopCnt()
Get 停止验证数量- Returns:
- AllStopCnt 停止验证数量
-
setAllStopCnt
public void setAllStopCnt(Float AllStopCnt)
Set 停止验证数量- Parameters:
AllStopCnt- 停止验证数量
-
getPicStopCnt
public Float getPicStopCnt()
Get 图片停止加载数量- Returns:
- PicStopCnt 图片停止加载数量
-
setPicStopCnt
public void setPicStopCnt(Float PicStopCnt)
Set 图片停止加载数量- Parameters:
PicStopCnt- 图片停止加载数量
-
getStrategyStopCnt
public Float getStrategyStopCnt()
Get 策略拦截数量- Returns:
- StrategyStopCnt 策略拦截数量
-
setStrategyStopCnt
public void setStrategyStopCnt(Float StrategyStopCnt)
Set 策略拦截数量- Parameters:
StrategyStopCnt- 策略拦截数量
-
-