com.cloudbees.api
Class DatabaseSnapshotInfo

java.lang.Object
  extended by com.cloudbees.api.DatabaseSnapshotInfo

public class DatabaseSnapshotInfo
extends Object


Constructor Summary
DatabaseSnapshotInfo(String id, String title, Date created)
           
 
Method Summary
 Date getCreated()
           
 String getId()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseSnapshotInfo

public DatabaseSnapshotInfo(String id,
                            String title,
                            Date created)
Method Detail

getId

public String getId()

getTitle

public String getTitle()

getCreated

public Date getCreated()


Copyright © 2011-2013. All Rights Reserved.