Class AIModelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.AIModelInfo
-
public class AIModelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AIModelInfo()AIModelInfo(AIModelInfo 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 LonggetApplyTime()Get 申请时间LonggetApprovalTime()Get 审批通过时间StringgetProductId()Get 产品IDStringgetProductName()Get 产品名称LonggetStatus()Get 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过LonggetTotal()Get 可调用数量LonggetUsed()Get 已调用数量voidsetApplyTime(Long ApplyTime)Set 申请时间voidsetApprovalTime(Long ApprovalTime)Set 审批通过时间voidsetProductId(String ProductId)Set 产品IDvoidsetProductName(String ProductName)Set 产品名称voidsetStatus(Long Status)Set 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过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
-
AIModelInfo
public AIModelInfo()
-
AIModelInfo
public AIModelInfo(AIModelInfo 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
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getProductName
public String getProductName()
Get 产品名称- Returns:
- ProductName 产品名称
-
setProductName
public void setProductName(String ProductName)
Set 产品名称- Parameters:
ProductName- 产品名称
-
getStatus
public Long getStatus()
Get 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过- Returns:
- Status 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
-
setStatus
public void setStatus(Long Status)
Set 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过- Parameters:
Status- 申请状态:1-已申请;2-已取消;3-已拒绝;4-已通过
-
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- 已调用数量
-
getApplyTime
public Long getApplyTime()
Get 申请时间- Returns:
- ApplyTime 申请时间
-
setApplyTime
public void setApplyTime(Long ApplyTime)
Set 申请时间- Parameters:
ApplyTime- 申请时间
-
getApprovalTime
public Long getApprovalTime()
Get 审批通过时间- Returns:
- ApprovalTime 审批通过时间
-
setApprovalTime
public void setApprovalTime(Long ApprovalTime)
Set 审批通过时间- Parameters:
ApprovalTime- 审批通过时间
-
-