com.baidubce.services.bmr.model
Class CreateClusterResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.bmr.model.CreateClusterResponse
- All Implemented Interfaces:
- Serializable
public class CreateClusterResponse
- extends AbstractBceResponse
Represent the response for the CreateClusterRequest.
The response contains the ID of the newly created cluster.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateClusterResponse
public CreateClusterResponse()
getClusterId
public String getClusterId()
setClusterId
public void setClusterId(String clusterId)
Copyright © 2018. All rights reserved.