Class NotebookInfo

    • Constructor Detail

      • NotebookInfo

        public NotebookInfo()
    • 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)
      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object