Class ListMigrationProjectRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.msp.v20180319.models.ListMigrationProjectRequest
-
public class ListMigrationProjectRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListMigrationProjectRequest()ListMigrationProjectRequest(ListMigrationProjectRequest 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 返回条数,默认值为500LonggetOffset()Get 记录起始数,默认值为0voidsetLimit(Long Limit)Set 返回条数,默认值为500voidsetOffset(Long Offset)Set 记录起始数,默认值为0voidtoMap(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
-
ListMigrationProjectRequest
public ListMigrationProjectRequest()
-
ListMigrationProjectRequest
public ListMigrationProjectRequest(ListMigrationProjectRequest 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 返回条数,默认值为500- Returns:
- Limit 返回条数,默认值为500
-
setLimit
public void setLimit(Long Limit)
Set 返回条数,默认值为500- Parameters:
Limit- 返回条数,默认值为500
-
-