Class TicketAmountUnit
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.TicketAmountUnit
-
public class TicketAmountUnit extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TicketAmountUnit()TicketAmountUnit(TicketAmountUnit 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 LonggetAmount()Get 票据验证总量StringgetDateKey()Get 时间voidsetAmount(Long Amount)Set 票据验证总量voidsetDateKey(String DateKey)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
-
TicketAmountUnit
public TicketAmountUnit()
-
TicketAmountUnit
public TicketAmountUnit(TicketAmountUnit 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- 时间
-
getAmount
public Long getAmount()
Get 票据验证总量- Returns:
- Amount 票据验证总量
-
setAmount
public void setAmount(Long Amount)
Set 票据验证总量- Parameters:
Amount- 票据验证总量
-
-