Class ListModelsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tia.v20180226.models.ListModelsRequest
-
public class ListModelsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListModelsRequest()ListModelsRequest(ListModelsRequest 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 StringgetCluster()Get 部署模型的集群, `集群模式` 必填LonggetLimit()Get 分页参数,返回数量上限LonggetOffset()Get 分页参数,分页起始位置StringgetServType()Get 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。voidsetCluster(String Cluster)Set 部署模型的集群, `集群模式` 必填voidsetLimit(Long Limit)Set 分页参数,返回数量上限voidsetOffset(Long Offset)Set 分页参数,分页起始位置voidsetServType(String ServType)Set 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。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
-
ListModelsRequest
public ListModelsRequest()
-
ListModelsRequest
public ListModelsRequest(ListModelsRequest 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
-
getCluster
public String getCluster()
Get 部署模型的集群, `集群模式` 必填- Returns:
- Cluster 部署模型的集群, `集群模式` 必填
-
setCluster
public void setCluster(String Cluster)
Set 部署模型的集群, `集群模式` 必填- Parameters:
Cluster- 部署模型的集群, `集群模式` 必填
-
getLimit
public Long getLimit()
Get 分页参数,返回数量上限- Returns:
- Limit 分页参数,返回数量上限
-
setLimit
public void setLimit(Long Limit)
Set 分页参数,返回数量上限- Parameters:
Limit- 分页参数,返回数量上限
-
getOffset
public Long getOffset()
Get 分页参数,分页起始位置- Returns:
- Offset 分页参数,分页起始位置
-
setOffset
public void setOffset(Long Offset)
Set 分页参数,分页起始位置- Parameters:
Offset- 分页参数,分页起始位置
-
getServType
public String getServType()
Get 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。- Returns:
- ServType 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。
-
setServType
public void setServType(String ServType)
Set 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。- Parameters:
ServType- 部署类型,取值 `serverless` 即为 `无服务器模式`,否则为 `集群模式`。
-
-