Class ListMigrationTaskRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.msp.v20180319.models.ListMigrationTaskRequest
-
public class ListMigrationTaskRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ListMigrationTaskRequest()
ListMigrationTaskRequest(ListMigrationTaskRequest 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 Long
getLimit()
Get 记录条数,默认值为10Long
getOffset()
Get 记录起始数,默认值为0Long
getProjectId()
Get 项目ID,默认值为空void
setLimit(Long Limit)
Set 记录条数,默认值为10void
setOffset(Long Offset)
Set 记录起始数,默认值为0void
setProjectId(Long ProjectId)
Set 项目ID,默认值为空void
toMap(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
-
ListMigrationTaskRequest
public ListMigrationTaskRequest()
-
ListMigrationTaskRequest
public ListMigrationTaskRequest(ListMigrationTaskRequest 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- Returns:
- Limit 记录条数,默认值为10
-
setLimit
public void setLimit(Long Limit)
Set 记录条数,默认值为10- Parameters:
Limit
- 记录条数,默认值为10
-
getProjectId
public Long getProjectId()
Get 项目ID,默认值为空- Returns:
- ProjectId 项目ID,默认值为空
-
setProjectId
public void setProjectId(Long ProjectId)
Set 项目ID,默认值为空- Parameters:
ProjectId
- 项目ID,默认值为空
-
-