com.baidubce.services.bcc.model.volume
Class CreateVolumeResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.bcc.model.volume.CreateVolumeResponse
All Implemented Interfaces:
Serializable

public class CreateVolumeResponse
extends AbstractBceResponse

The request for creating new volume.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CreateVolumeResponse()
           
 
Method Summary
 List<String> getVolumeIds()
           
 void setVolumeIds(List<String> volumeIds)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateVolumeResponse

public CreateVolumeResponse()
Method Detail

getVolumeIds

public List<String> getVolumeIds()

setVolumeIds

public void setVolumeIds(List<String> volumeIds)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.