Class AIModelUsageInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.AIModelUsageInfo
-
public class AIModelUsageInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AIModelUsageInfo()AIModelUsageInfo(AIModelUsageInfo 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 LonggetCreateTime()Get 开通时间LonggetTotal()Get 资源总量LonggetUsed()Get 已使用资源数量voidsetCreateTime(Long CreateTime)Set 开通时间voidsetTotal(Long Total)Set 资源总量voidsetUsed(Long Used)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
-
AIModelUsageInfo
public AIModelUsageInfo()
-
AIModelUsageInfo
public AIModelUsageInfo(AIModelUsageInfo 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
-
getCreateTime
public Long getCreateTime()
Get 开通时间- Returns:
- CreateTime 开通时间
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 开通时间- Parameters:
CreateTime- 开通时间
-
getTotal
public Long getTotal()
Get 资源总量- Returns:
- Total 资源总量
-
setTotal
public void setTotal(Long Total)
Set 资源总量- Parameters:
Total- 资源总量
-
getUsed
public Long getUsed()
Get 已使用资源数量- Returns:
- Used 已使用资源数量
-
setUsed
public void setUsed(Long Used)
Set 已使用资源数量- Parameters:
Used- 已使用资源数量
-
-