Class TicketThroughUnit
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.TicketThroughUnit
-
public class TicketThroughUnit extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TicketThroughUnit()TicketThroughUnit(TicketThroughUnit 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 StringgetDateKey()Get 时间LonggetThrough()Get 票据验证的通过量voidsetDateKey(String DateKey)Set 时间voidsetThrough(Long Through)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
-
TicketThroughUnit
public TicketThroughUnit()
-
TicketThroughUnit
public TicketThroughUnit(TicketThroughUnit 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
-
getDateKey
public String getDateKey()
Get 时间- Returns:
- DateKey 时间
-
setDateKey
public void setDateKey(String DateKey)
Set 时间- Parameters:
DateKey- 时间
-
getThrough
public Long getThrough()
Get 票据验证的通过量- Returns:
- Through 票据验证的通过量
-
setThrough
public void setThrough(Long Through)
Set 票据验证的通过量- Parameters:
Through- 票据验证的通过量
-
-