com.baidubce.services.bcc.model.snapshot
Class CreateSnapshotResponse

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

public class CreateSnapshotResponse
extends AbstractBceResponse

The response for CreateSnapshotRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CreateSnapshotResponse()
           
 
Method Summary
 String getSnapshotId()
           
 void setSnapshotId(String snapshotId)
           
 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

CreateSnapshotResponse

public CreateSnapshotResponse()
Method Detail

getSnapshotId

public String getSnapshotId()

setSnapshotId

public void setSnapshotId(String snapshotId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.