com.baidubce.services.bcc.model
Class SnapshotModel

java.lang.Object
  extended by com.baidubce.services.bcc.model.SnapshotModel

public class SnapshotModel
extends Object

The detail model of the snapshot.


Constructor Summary
SnapshotModel()
           
 
Method Summary
 String getCreateMethod()
           
 Date getCreateTime()
           
 String getDesc()
           
 String getId()
           
 String getName()
           
 int getSizeInGB()
           
 String getStatus()
           
 String getVolumeId()
           
 void setCreateMethod(String createMethod)
           
 void setCreateTime(Date createTime)
           
 void setDesc(String desc)
           
 void setId(String id)
           
 void setName(String name)
           
 void setSizeInGB(int sizeInGB)
           
 void setStatus(String status)
           
 void setVolumeId(String volumeId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnapshotModel

public SnapshotModel()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()

setName

public void setName(String name)

getSizeInGB

public int getSizeInGB()

setSizeInGB

public void setSizeInGB(int sizeInGB)

getCreateTime

public Date getCreateTime()

setCreateTime

public void setCreateTime(Date createTime)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getCreateMethod

public String getCreateMethod()

setCreateMethod

public void setCreateMethod(String createMethod)

getVolumeId

public String getVolumeId()

setVolumeId

public void setVolumeId(String volumeId)

getDesc

public String getDesc()

setDesc

public void setDesc(String desc)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.