Class NotebookKey
- java.lang.Object
-
- io.datahubproject.openapi.generated.NotebookKey
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class NotebookKey extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueKey for a Notebook
-
-
Constructor Summary
Constructors Constructor Description NotebookKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.lang.StringgetNotebookId()Unique id for the Notebook.@NotNull java.lang.StringgetNotebookTool()The name of the Notebook tool such as QueryBook, etc.inthashCode()NotebookKeynotebookId(java.lang.String notebookId)NotebookKeynotebookTool(java.lang.String notebookTool)voidsetNotebookId(java.lang.String notebookId)voidsetNotebookTool(java.lang.String notebookTool)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
notebookTool
public NotebookKey notebookTool(java.lang.String notebookTool)
-
getNotebookTool
@NotNull public @NotNull java.lang.String getNotebookTool()
The name of the Notebook tool such as QueryBook, etc.- Returns:
- notebookTool
-
setNotebookTool
public void setNotebookTool(java.lang.String notebookTool)
-
notebookId
public NotebookKey notebookId(java.lang.String notebookId)
-
getNotebookId
@NotNull public @NotNull java.lang.String getNotebookId()
Unique id for the Notebook. This id should be globally unique for a Notebook tool even when there are multiple deployments of it. As an example, Notebook URL could be used here for QueryBook such as 'querybook.com/notebook/773'- Returns:
- notebookId
-
setNotebookId
public void setNotebookId(java.lang.String notebookId)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-