com.baidubce.services.bmr.model
Class ListStepsResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.bmr.model.ListStepsResponse
- All Implemented Interfaces:
- Serializable
public class ListStepsResponse
- extends AbstractBceResponse
Represent the response of ListStepsRequest.
The response contains a array of BMR Step objects.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListStepsResponse
public ListStepsResponse()
isTruncated
public boolean isTruncated()
setTruncated
public void setTruncated(boolean isTruncated)
getMarker
public String getMarker()
setMarker
public void setMarker(String marker)
getNextMarker
public String getNextMarker()
setNextMarker
public void setNextMarker(String nextMarker)
getSteps
public List<Step> getSteps()
setSteps
public void setSteps(List<Step> steps)
Copyright © 2018. All rights reserved.