Class ChartKey

    • Constructor Summary

      Constructors 
      Constructor Description
      ChartKey()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ChartKey chartId​(java.lang.String chartId)  
      ChartKey dashboardTool​(java.lang.String dashboardTool)  
      boolean equals​(java.lang.Object o)  
      @NotNull java.lang.String get__type()
      Name of this subclass in SimpleClassName format
      @NotNull java.lang.String getChartId()
      Unique id for the chart.
      @NotNull java.lang.String getDashboardTool()
      The name of the dashboard tool such as looker, redash etc.
      int hashCode()  
      void setChartId​(java.lang.String chartId)  
      void setDashboardTool​(java.lang.String dashboardTool)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChartKey

        public ChartKey()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • dashboardTool

        public ChartKey dashboardTool​(java.lang.String dashboardTool)
      • getDashboardTool

        @NotNull
        public @NotNull java.lang.String getDashboardTool()
        The name of the dashboard tool such as looker, redash etc.
        Returns:
        dashboardTool
      • setDashboardTool

        public void setDashboardTool​(java.lang.String dashboardTool)
      • chartId

        public ChartKey chartId​(java.lang.String chartId)
      • getChartId

        @NotNull
        public @NotNull java.lang.String getChartId()
        Unique id for the chart. This id should be globally unique for a dashboarding tool even when there are multiple deployments of it. As an example, chart URL could be used here for Looker such as 'looker.linkedin.com/looks/1234'
        Returns:
        chartId
      • setChartId

        public void setChartId​(java.lang.String chartId)
      • 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