com.baidubce.services.bmr.model
Class AddStepsResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.bmr.model.AddStepsResponse
- All Implemented Interfaces:
- Serializable
public class AddStepsResponse
- extends AbstractBceResponse
Represent the response of AddStepsRequest.
The response contains a Array of IDs which are newly added steps.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddStepsResponse
public AddStepsResponse()
getStepIds
public List<String> getStepIds()
setStepIds
public void setStepIds(List<String> stepIds)
Copyright © 2018. All rights reserved.