Class CaptchaStatisticObj
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.CaptchaStatisticObj
-
public class CaptchaStatisticObj extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetActionTotal()Get 请求总量InterceptPerTrendObj[]getInterceptPerTrend()Get 拦截率趋势图 注意:此字段可能返回 null,表示取不到有效值。RequestTrendObj[]getRequestTrend()Get 请求趋势图 注意:此字段可能返回 null,表示取不到有效值。TicketCheckTrendObj[]getTicketCheckTrend()Get 票据校验趋势图 注意:此字段可能返回 null,表示取不到有效值。LonggetTicketInterceptTotal()Get 票据拦截总量LonggetTicketThroughTotal()Get 票据通过总量LonggetTicketTotal()Get 票据校验总量LonggetVerifyInterceptTotal()Get 验证拦截总量LonggetVerifyThroughTotal()Get 验证通过总量LonggetVerifyTotal()Get 验证总量voidsetActionTotal(Long ActionTotal)Set 请求总量voidsetInterceptPerTrend(InterceptPerTrendObj[] InterceptPerTrend)Set 拦截率趋势图 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestTrend(RequestTrendObj[] RequestTrend)Set 请求趋势图 注意:此字段可能返回 null,表示取不到有效值。voidsetTicketCheckTrend(TicketCheckTrendObj[] TicketCheckTrend)Set 票据校验趋势图 注意:此字段可能返回 null,表示取不到有效值。voidsetTicketInterceptTotal(Long TicketInterceptTotal)Set 票据拦截总量voidsetTicketThroughTotal(Long TicketThroughTotal)Set 票据通过总量voidsetTicketTotal(Long TicketTotal)Set 票据校验总量voidsetVerifyInterceptTotal(Long VerifyInterceptTotal)Set 验证拦截总量voidsetVerifyThroughTotal(Long VerifyThroughTotal)Set 验证通过总量voidsetVerifyTotal(Long VerifyTotal)Set 验证总量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
-
CaptchaStatisticObj
public CaptchaStatisticObj()
-
CaptchaStatisticObj
public 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.
-
-
Method Detail
-
getActionTotal
public Long getActionTotal()
Get 请求总量- Returns:
- ActionTotal 请求总量
-
setActionTotal
public void setActionTotal(Long ActionTotal)
Set 请求总量- Parameters:
ActionTotal- 请求总量
-
getVerifyTotal
public Long getVerifyTotal()
Get 验证总量- Returns:
- VerifyTotal 验证总量
-
setVerifyTotal
public void setVerifyTotal(Long VerifyTotal)
Set 验证总量- Parameters:
VerifyTotal- 验证总量
-
getVerifyThroughTotal
public Long getVerifyThroughTotal()
Get 验证通过总量- Returns:
- VerifyThroughTotal 验证通过总量
-
setVerifyThroughTotal
public void setVerifyThroughTotal(Long VerifyThroughTotal)
Set 验证通过总量- Parameters:
VerifyThroughTotal- 验证通过总量
-
getVerifyInterceptTotal
public Long getVerifyInterceptTotal()
Get 验证拦截总量- Returns:
- VerifyInterceptTotal 验证拦截总量
-
setVerifyInterceptTotal
public void setVerifyInterceptTotal(Long VerifyInterceptTotal)
Set 验证拦截总量- Parameters:
VerifyInterceptTotal- 验证拦截总量
-
getTicketTotal
public Long getTicketTotal()
Get 票据校验总量- Returns:
- TicketTotal 票据校验总量
-
setTicketTotal
public void setTicketTotal(Long TicketTotal)
Set 票据校验总量- Parameters:
TicketTotal- 票据校验总量
-
getTicketThroughTotal
public Long getTicketThroughTotal()
Get 票据通过总量- Returns:
- TicketThroughTotal 票据通过总量
-
setTicketThroughTotal
public void setTicketThroughTotal(Long TicketThroughTotal)
Set 票据通过总量- Parameters:
TicketThroughTotal- 票据通过总量
-
getTicketInterceptTotal
public Long getTicketInterceptTotal()
Get 票据拦截总量- Returns:
- TicketInterceptTotal 票据拦截总量
-
setTicketInterceptTotal
public void setTicketInterceptTotal(Long TicketInterceptTotal)
Set 票据拦截总量- Parameters:
TicketInterceptTotal- 票据拦截总量
-
getRequestTrend
public RequestTrendObj[] getRequestTrend()
Get 请求趋势图 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RequestTrend 请求趋势图 注意:此字段可能返回 null,表示取不到有效值。
-
setRequestTrend
public void setRequestTrend(RequestTrendObj[] RequestTrend)
Set 请求趋势图 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RequestTrend- 请求趋势图 注意:此字段可能返回 null,表示取不到有效值。
-
getInterceptPerTrend
public InterceptPerTrendObj[] getInterceptPerTrend()
Get 拦截率趋势图 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InterceptPerTrend 拦截率趋势图 注意:此字段可能返回 null,表示取不到有效值。
-
setInterceptPerTrend
public void setInterceptPerTrend(InterceptPerTrendObj[] InterceptPerTrend)
Set 拦截率趋势图 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InterceptPerTrend- 拦截率趋势图 注意:此字段可能返回 null,表示取不到有效值。
-
getTicketCheckTrend
public TicketCheckTrendObj[] getTicketCheckTrend()
Get 票据校验趋势图 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TicketCheckTrend 票据校验趋势图 注意:此字段可能返回 null,表示取不到有效值。
-
setTicketCheckTrend
public void setTicketCheckTrend(TicketCheckTrendObj[] TicketCheckTrend)
Set 票据校验趋势图 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TicketCheckTrend- 票据校验趋势图 注意:此字段可能返回 null,表示取不到有效值。
-
-