Class NotebookInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.NotebookInfo
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue
,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-01-10T23:10:21.701017Z[Etc/UTC]") public class NotebookInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
Information about a Notebook Note: This is IN BETA version
-
-
Constructor Summary
Constructors Constructor Description NotebookInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebookInfo
changeAuditStamps(ChangeAuditStamps changeAuditStamps)
NotebookInfo
customProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
NotebookInfo
description(java.lang.String description)
boolean
equals(java.lang.Object o)
NotebookInfo
externalUrl(java.lang.String externalUrl)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@NotNull @Valid ChangeAuditStamps
getChangeAuditStamps()
Get changeAuditStamps@NotNull java.util.Map<java.lang.String,java.lang.String>
getCustomProperties()
Custom property bag.java.lang.String
getDescription()
Detailed description about the Notebookjava.lang.String
getExternalUrl()
URL where the reference exist@NotNull java.lang.String
getTitle()
Title of the Notebookint
hashCode()
NotebookInfo
putCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)
void
setChangeAuditStamps(ChangeAuditStamps changeAuditStamps)
void
setCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
void
setDescription(java.lang.String description)
void
setExternalUrl(java.lang.String externalUrl)
void
setTitle(java.lang.String title)
NotebookInfo
title(java.lang.String title)
java.lang.String
toString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
customProperties
public NotebookInfo customProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
-
putCustomPropertiesItem
public NotebookInfo putCustomPropertiesItem(java.lang.String key, java.lang.String customPropertiesItem)
-
getCustomProperties
@NotNull public @NotNull java.util.Map<java.lang.String,java.lang.String> getCustomProperties()
Custom property bag.- Returns:
- customProperties
-
setCustomProperties
public void setCustomProperties(java.util.Map<java.lang.String,java.lang.String> customProperties)
-
externalUrl
public NotebookInfo externalUrl(java.lang.String externalUrl)
-
getExternalUrl
public java.lang.String getExternalUrl()
URL where the reference exist- Returns:
- externalUrl
-
setExternalUrl
public void setExternalUrl(java.lang.String externalUrl)
-
title
public NotebookInfo title(java.lang.String title)
-
getTitle
@NotNull public @NotNull java.lang.String getTitle()
Title of the Notebook- Returns:
- title
-
setTitle
public void setTitle(java.lang.String title)
-
description
public NotebookInfo description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Detailed description about the Notebook- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
changeAuditStamps
public NotebookInfo changeAuditStamps(ChangeAuditStamps changeAuditStamps)
-
getChangeAuditStamps
@NotNull @Valid public @NotNull @Valid ChangeAuditStamps getChangeAuditStamps()
Get changeAuditStamps- Returns:
- changeAuditStamps
-
setChangeAuditStamps
public void setChangeAuditStamps(ChangeAuditStamps changeAuditStamps)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-