Class CaptchaOperDataTryTimesUnit
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.CaptchaOperDataTryTimesUnit
-
public class CaptchaOperDataTryTimesUnit extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CaptchaOperDataTryTimesUnit()CaptchaOperDataTryTimesUnit(CaptchaOperDataTryTimesUnit 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 Float[]getCntPerPass()Get 平均尝试次数StringgetDateKey()Get 时间FloatgetMarketCntPerPass()Get market平均尝试次数voidsetCntPerPass(Float[] CntPerPass)Set 平均尝试次数voidsetDateKey(String DateKey)Set 时间voidsetMarketCntPerPass(Float MarketCntPerPass)Set market平均尝试次数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
-
CaptchaOperDataTryTimesUnit
public CaptchaOperDataTryTimesUnit()
-
CaptchaOperDataTryTimesUnit
public CaptchaOperDataTryTimesUnit(CaptchaOperDataTryTimesUnit 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- 时间
-
getCntPerPass
public Float[] getCntPerPass()
Get 平均尝试次数- Returns:
- CntPerPass 平均尝试次数
-
setCntPerPass
public void setCntPerPass(Float[] CntPerPass)
Set 平均尝试次数- Parameters:
CntPerPass- 平均尝试次数
-
getMarketCntPerPass
public Float getMarketCntPerPass()
Get market平均尝试次数- Returns:
- MarketCntPerPass market平均尝试次数
-
setMarketCntPerPass
public void setMarketCntPerPass(Float MarketCntPerPass)
Set market平均尝试次数- Parameters:
MarketCntPerPass- market平均尝试次数
-
-