@Generated public class CleanRoomCatalog extends Object
Constructor and Description |
---|
CleanRoomCatalog() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCatalogName() |
Collection<SharedDataObject> |
getNotebookFiles() |
Collection<SharedDataObject> |
getTables() |
int |
hashCode() |
CleanRoomCatalog |
setCatalogName(String catalogName) |
CleanRoomCatalog |
setNotebookFiles(Collection<SharedDataObject> notebookFiles) |
CleanRoomCatalog |
setTables(Collection<SharedDataObject> tables) |
String |
toString() |
public CleanRoomCatalog setCatalogName(String catalogName)
public String getCatalogName()
public CleanRoomCatalog setNotebookFiles(Collection<SharedDataObject> notebookFiles)
public Collection<SharedDataObject> getNotebookFiles()
public CleanRoomCatalog setTables(Collection<SharedDataObject> tables)
public Collection<SharedDataObject> getTables()
Copyright © 2023. All rights reserved.