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

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

public class GetSnapshotResponse
extends AbstractBceResponse

The response for GetSnapshotRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetSnapshotResponse()
           
 
Method Summary
 SnapshotModel getSnapshot()
           
 void setSnapshot(SnapshotModel snapshot)
           
 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

GetSnapshotResponse

public GetSnapshotResponse()
Method Detail

getSnapshot

public SnapshotModel getSnapshot()

setSnapshot

public void setSnapshot(SnapshotModel snapshot)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.