Class DescribeAIModelUsageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20201215.models.DescribeAIModelUsageRequest
-
public class DescribeAIModelUsageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAIModelUsageRequest()DescribeAIModelUsageRequest(DescribeAIModelUsageRequest 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 LonggetLimit()Get 分页的大小,最大100StringgetModelId()Get 模型IDLonggetOffset()Get 偏移量,从0开始StringgetProductId()Get 产品IDvoidsetLimit(Long Limit)Set 分页的大小,最大100voidsetModelId(String ModelId)Set 模型IDvoidsetOffset(Long Offset)Set 偏移量,从0开始voidsetProductId(String ProductId)Set 产品IDvoidtoMap(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
-
DescribeAIModelUsageRequest
public DescribeAIModelUsageRequest()
-
DescribeAIModelUsageRequest
public DescribeAIModelUsageRequest(DescribeAIModelUsageRequest 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
-
getModelId
public String getModelId()
Get 模型ID- Returns:
- ModelId 模型ID
-
setModelId
public void setModelId(String ModelId)
Set 模型ID- Parameters:
ModelId- 模型ID
-
getProductId
public String getProductId()
Get 产品ID- Returns:
- ProductId 产品ID
-
setProductId
public void setProductId(String ProductId)
Set 产品ID- Parameters:
ProductId- 产品ID
-
getOffset
public Long getOffset()
Get 偏移量,从0开始- Returns:
- Offset 偏移量,从0开始
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,从0开始- Parameters:
Offset- 偏移量,从0开始
-
getLimit
public Long getLimit()
Get 分页的大小,最大100- Returns:
- Limit 分页的大小,最大100
-
setLimit
public void setLimit(Long Limit)
Set 分页的大小,最大100- Parameters:
Limit- 分页的大小,最大100
-
-