public class ListStepsResponse extends AbstractBceResponse
The response contains a array of BMR Step objects.
metadata| Constructor and Description |
|---|
ListStepsResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPageNo() |
int |
getPageSize() |
List<Step> |
getSteps() |
int |
getTotal() |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setSteps(List<Step> steps) |
void |
setTotal(int total) |
getMetadataCopyright © 2024. All rights reserved.