public class CaptchaOperDataTryTimesDistributeUnit extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getTryCount()
Get 尝试次数
|
Long |
getUserCount()
Get 用户请求数量
|
void |
setTryCount(Long TryCount)
Set 尝试次数
|
void |
setUserCount(Long UserCount)
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 CaptchaOperDataTryTimesDistributeUnit()
public CaptchaOperDataTryTimesDistributeUnit(CaptchaOperDataTryTimesDistributeUnit source)
public Long getTryCount()
public void setTryCount(Long TryCount)
TryCount
- 尝试次数public Long getUserCount()
public void setUserCount(Long UserCount)
UserCount
- 用户请求数量Copyright © 2021. All rights reserved.