public class CaptchaStatisticObj extends AbstractModel
header, skipSign
Constructor and Description |
---|
CaptchaStatisticObj() |
CaptchaStatisticObj(CaptchaStatisticObj 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 |
getActionTotal()
Get 请求总量
|
InterceptPerTrendObj[] |
getInterceptPerTrend()
Get 拦截率趋势图
注意:此字段可能返回 null,表示取不到有效值。
|
RequestTrendObj[] |
getRequestTrend()
Get 请求趋势图
注意:此字段可能返回 null,表示取不到有效值。
|
TicketCheckTrendObj[] |
getTicketCheckTrend()
Get 票据校验趋势图
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTicketInterceptTotal()
Get 票据拦截总量
|
Long |
getTicketThroughTotal()
Get 票据通过总量
|
Long |
getTicketTotal()
Get 票据校验总量
|
Long |
getVerifyInterceptTotal()
Get 验证拦截总量
|
Long |
getVerifyThroughTotal()
Get 验证通过总量
|
Long |
getVerifyTotal()
Get 验证总量
|
void |
setActionTotal(Long ActionTotal)
Set 请求总量
|
void |
setInterceptPerTrend(InterceptPerTrendObj[] InterceptPerTrend)
Set 拦截率趋势图
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestTrend(RequestTrendObj[] RequestTrend)
Set 请求趋势图
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTicketCheckTrend(TicketCheckTrendObj[] TicketCheckTrend)
Set 票据校验趋势图
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTicketInterceptTotal(Long TicketInterceptTotal)
Set 票据拦截总量
|
void |
setTicketThroughTotal(Long TicketThroughTotal)
Set 票据通过总量
|
void |
setTicketTotal(Long TicketTotal)
Set 票据校验总量
|
void |
setVerifyInterceptTotal(Long VerifyInterceptTotal)
Set 验证拦截总量
|
void |
setVerifyThroughTotal(Long VerifyThroughTotal)
Set 验证通过总量
|
void |
setVerifyTotal(Long VerifyTotal)
Set 验证总量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CaptchaStatisticObj()
public CaptchaStatisticObj(CaptchaStatisticObj source)
public Long getActionTotal()
public void setActionTotal(Long ActionTotal)
ActionTotal
- 请求总量public Long getVerifyTotal()
public void setVerifyTotal(Long VerifyTotal)
VerifyTotal
- 验证总量public Long getVerifyThroughTotal()
public void setVerifyThroughTotal(Long VerifyThroughTotal)
VerifyThroughTotal
- 验证通过总量public Long getVerifyInterceptTotal()
public void setVerifyInterceptTotal(Long VerifyInterceptTotal)
VerifyInterceptTotal
- 验证拦截总量public Long getTicketTotal()
public void setTicketTotal(Long TicketTotal)
TicketTotal
- 票据校验总量public Long getTicketThroughTotal()
public void setTicketThroughTotal(Long TicketThroughTotal)
TicketThroughTotal
- 票据通过总量public Long getTicketInterceptTotal()
public void setTicketInterceptTotal(Long TicketInterceptTotal)
TicketInterceptTotal
- 票据拦截总量public RequestTrendObj[] getRequestTrend()
public void setRequestTrend(RequestTrendObj[] RequestTrend)
RequestTrend
- 请求趋势图
注意:此字段可能返回 null,表示取不到有效值。public InterceptPerTrendObj[] getInterceptPerTrend()
public void setInterceptPerTrend(InterceptPerTrendObj[] InterceptPerTrend)
InterceptPerTrend
- 拦截率趋势图
注意:此字段可能返回 null,表示取不到有效值。public TicketCheckTrendObj[] getTicketCheckTrend()
public void setTicketCheckTrend(TicketCheckTrendObj[] TicketCheckTrend)
TicketCheckTrend
- 票据校验趋势图
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.