public class ListMigrationTaskRequest extends AbstractModel
Constructor and Description |
---|
ListMigrationTaskRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 记录条数,默认值为10
|
Long |
getOffset()
Get 记录起始数,默认值为0
|
Long |
getProjectId()
Get 项目ID,默认值为空
|
void |
setLimit(Long Limit)
Set 记录条数,默认值为10
|
void |
setOffset(Long Offset)
Set 记录起始数,默认值为0
|
void |
setProjectId(Long ProjectId)
Set 项目ID,默认值为空
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 记录起始数,默认值为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 记录条数,默认值为10public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- 项目ID,默认值为空Copyright © 2020. All rights reserved.