public class DescribeMigrationsRequest extends AbstractModel
Constructor and Description |
---|
DescribeMigrationsRequest() |
DescribeMigrationsRequest(DescribeMigrationsRequest 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 results per page.
|
String |
getMigrateName()
Get Migration task name (fuzzy match)
|
Long |
getOffset()
Get Page number.
|
String |
getOrderBy()
Get The query results are sorted by keyword.
|
String |
getOrderByType()
Get Sorting order.
|
Long[] |
getStatusSet()
Get Status set.
|
void |
setLimit(Long Limit)
Set Number of results per page.
|
void |
setMigrateName(String MigrateName)
Set Migration task name (fuzzy match)
|
void |
setOffset(Long Offset)
Set Page number.
|
void |
setOrderBy(String OrderBy)
Set The query results are sorted by keyword.
|
void |
setOrderByType(String OrderByType)
Set Sorting order.
|
void |
setStatusSet(Long[] StatusSet)
Set Status set.
|
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 DescribeMigrationsRequest()
public DescribeMigrationsRequest(DescribeMigrationsRequest source)
public Long[] getStatusSet()
public void setStatusSet(Long[] StatusSet)
StatusSet
- Status set. As long as a migration task is in a status therein, it will be listedpublic String getMigrateName()
public void setMigrateName(String MigrateName)
MigrateName
- Migration task name (fuzzy match)public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results per page. Value range: 1-100. Default value: 100public Long getOffset()
public void setOffset(Long Offset)
Offset
- Page number. Default value: 0public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- The query results are sorted by keyword. Valid values: name, createTime, startTime, endTime, statuspublic String getOrderByType()
public void setOrderByType(String OrderByType)
OrderByType
- Sorting order. Valid values: desc, ascCopyright © 2023. All rights reserved.