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 booleanequals(Object o)StringgetNotebookContent()StringgetNotebookName()inthashCode()CleanRoomNotebookInfosetNotebookContent(String notebookContent)CleanRoomNotebookInfosetNotebookName(String notebookName)StringtoString()
-
-
-
Method Detail
-
setNotebookContent
public CleanRoomNotebookInfo setNotebookContent(String notebookContent)
-
getNotebookContent
public String getNotebookContent()
-
setNotebookName
public CleanRoomNotebookInfo setNotebookName(String notebookName)
-
getNotebookName
public String getNotebookName()
-
-