public class DescribeMigrationJobsResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeMigrationJobsResponse.MigrationJob |
| Constructor and Description |
|---|
DescribeMigrationJobsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DescribeMigrationJobsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<DescribeMigrationJobsResponse.MigrationJob> |
getMigrationJobs() |
Integer |
getPageNumber() |
Integer |
getPageRecordCount() |
Long |
getTotalRecordCount() |
void |
setMigrationJobs(List<DescribeMigrationJobsResponse.MigrationJob> migrationJobs) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageRecordCount(Integer pageRecordCount) |
void |
setTotalRecordCount(Long totalRecordCount) |
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Long getTotalRecordCount()
public void setTotalRecordCount(Long totalRecordCount)
public Integer getPageRecordCount()
public void setPageRecordCount(Integer pageRecordCount)
public List<DescribeMigrationJobsResponse.MigrationJob> getMigrationJobs()
public void setMigrationJobs(List<DescribeMigrationJobsResponse.MigrationJob> migrationJobs)
public DescribeMigrationJobsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.