Class CleanRoomNotebookInfo
- java.lang.Object
-
- com.databricks.sdk.service.sharing.CleanRoomNotebookInfo
-
@Generated public class CleanRoomNotebookInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description CleanRoomNotebookInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getNotebookContent()
String
getNotebookName()
int
hashCode()
CleanRoomNotebookInfo
setNotebookContent(String notebookContent)
CleanRoomNotebookInfo
setNotebookName(String notebookName)
String
toString()
-
-
-
Method Detail
-
setNotebookContent
public CleanRoomNotebookInfo setNotebookContent(String notebookContent)
-
getNotebookContent
public String getNotebookContent()
-
setNotebookName
public CleanRoomNotebookInfo setNotebookName(String notebookName)
-
getNotebookName
public String getNotebookName()
-
-