Class TicketCheckTrendObj
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.TicketCheckTrendObj
-
public class TicketCheckTrendObj extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TicketCheckTrendObj()TicketCheckTrendObj(TicketCheckTrendObj 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 StringgetFtime()Get 时间参数LonggetTicketCount()Get 票据校验量LonggetTicketIntercept()Get 票据拦截量LonggetTicketThroughput()Get 票据通过量voidsetFtime(String Ftime)Set 时间参数voidsetTicketCount(Long TicketCount)Set 票据校验量voidsetTicketIntercept(Long TicketIntercept)Set 票据拦截量voidsetTicketThroughput(Long TicketThroughput)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
-
TicketCheckTrendObj
public TicketCheckTrendObj()
-
TicketCheckTrendObj
public TicketCheckTrendObj(TicketCheckTrendObj 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
-
getFtime
public String getFtime()
Get 时间参数- Returns:
- Ftime 时间参数
-
setFtime
public void setFtime(String Ftime)
Set 时间参数- Parameters:
Ftime- 时间参数
-
getTicketCount
public Long getTicketCount()
Get 票据校验量- Returns:
- TicketCount 票据校验量
-
setTicketCount
public void setTicketCount(Long TicketCount)
Set 票据校验量- Parameters:
TicketCount- 票据校验量
-
getTicketThroughput
public Long getTicketThroughput()
Get 票据通过量- Returns:
- TicketThroughput 票据通过量
-
setTicketThroughput
public void setTicketThroughput(Long TicketThroughput)
Set 票据通过量- Parameters:
TicketThroughput- 票据通过量
-
getTicketIntercept
public Long getTicketIntercept()
Get 票据拦截量- Returns:
- TicketIntercept 票据拦截量
-
setTicketIntercept
public void setTicketIntercept(Long TicketIntercept)
Set 票据拦截量- Parameters:
TicketIntercept- 票据拦截量
-
-