Class TicketInterceptUnit
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.TicketInterceptUnit
-
public class TicketInterceptUnit extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TicketInterceptUnit()TicketInterceptUnit(TicketInterceptUnit 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 时间LonggetIntercept()Get 票据验证拦截量voidsetDateKey(String DateKey)Set 时间voidsetIntercept(Long Intercept)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
-
TicketInterceptUnit
public TicketInterceptUnit()
-
TicketInterceptUnit
public TicketInterceptUnit(TicketInterceptUnit 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- 时间
-
getIntercept
public Long getIntercept()
Get 票据验证拦截量- Returns:
- Intercept 票据验证拦截量
-
setIntercept
public void setIntercept(Long Intercept)
Set 票据验证拦截量- Parameters:
Intercept- 票据验证拦截量
-
-