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