public class ListMigrationTaskRequest extends AbstractModel
Constructor and 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.
|
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 ListMigrationTaskRequest()
public ListMigrationTaskRequest(ListMigrationTaskRequest source)
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 © 2023. All rights reserved.