Class GetModelListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.fmu.v20191213.models.GetModelListRequest
-
public class GetModelListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetModelListRequest()GetModelListRequest(GetModelListRequest 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 返回数量,默认值为10,最大值为100。LonggetOffset()Get 起始序号,默认值为0。voidsetLimit(Long Limit)Set 返回数量,默认值为10,最大值为100。voidsetOffset(Long Offset)Set 起始序号,默认值为0。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
-
GetModelListRequest
public GetModelListRequest()
-
GetModelListRequest
public GetModelListRequest(GetModelListRequest 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
-
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 返回数量,默认值为10,最大值为100。- Returns:
- Limit 返回数量,默认值为10,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认值为10,最大值为100。- Parameters:
Limit- 返回数量,默认值为10,最大值为100。
-
-