public class AIModelUsageInfo extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCreateTime()Get 开通时间 | 
| Long | getTotal()Get 资源总量 | 
| Long | getUsed()Get 已使用资源数量 | 
| void | setCreateTime(Long CreateTime)Set 开通时间 | 
| void | setTotal(Long Total)Set 资源总量 | 
| void | setUsed(Long Used)Set 已使用资源数量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AIModelUsageInfo()
public AIModelUsageInfo(AIModelUsageInfo source)
public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 开通时间public Long getTotal()
public void setTotal(Long Total)
Total - 资源总量public Long getUsed()
public void setUsed(Long Used)
Used - 已使用资源数量Copyright © 2025. All rights reserved.