public class ListMigrationTaskRequest extends AbstractModel
Constructor and Description |
---|
ListMigrationTaskRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get Number of records, default value: 10
|
Long |
getOffset()
Get The initial number of records, default value: 0
|
Long |
getProjectId()
Get Project ID, the default value is empty.
|
void |
setLimit(Long Limit)
Set Number of records, default value: 10
|
void |
setOffset(Long Offset)
Set The initial number of records, default value: 0
|
void |
setProjectId(Long ProjectId)
Set Project ID, the default value is empty.
|
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
- The initial number of records, default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of records, default value: 10public Long getProjectId()
public void setProjectId(Long ProjectId)
ProjectId
- Project ID, the default value is empty.Copyright © 2021. All rights reserved.