public class CaptchaOperDataInterceptUnit extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getAllStopCnt()
Get 停止验证数量
|
String |
getDateKey()
Get 时间
|
Float |
getPicStopCnt()
Get 图片停止加载数量
|
Float |
getStrategyStopCnt()
Get 策略拦截数量
|
void |
setAllStopCnt(Float AllStopCnt)
Set 停止验证数量
|
void |
setDateKey(String DateKey)
Set 时间
|
void |
setPicStopCnt(Float PicStopCnt)
Set 图片停止加载数量
|
void |
setStrategyStopCnt(Float StrategyStopCnt)
Set 策略拦截数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CaptchaOperDataInterceptUnit()
public CaptchaOperDataInterceptUnit(CaptchaOperDataInterceptUnit source)
public String getDateKey()
public void setDateKey(String DateKey)
DateKey
- 时间public Float getAllStopCnt()
public void setAllStopCnt(Float AllStopCnt)
AllStopCnt
- 停止验证数量public Float getPicStopCnt()
public void setPicStopCnt(Float PicStopCnt)
PicStopCnt
- 图片停止加载数量public Float getStrategyStopCnt()
public void setStrategyStopCnt(Float StrategyStopCnt)
StrategyStopCnt
- 策略拦截数量Copyright © 2021. All rights reserved.