コード例 #1
0
 /**
  * Gets the name of the data source that is the subject of this snapshot.
  *
  * @return A data source name string.
  */
 public String getDataSource() {
   return snapshot.getDataSource();
 }