Class BrowsePaths

    • Constructor Summary

      Constructors 
      Constructor Description
      BrowsePaths()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BrowsePaths addPathsItem​(java.lang.String pathsItem)  
      boolean equals​(java.lang.Object o)  
      @NotNull java.lang.String get__type()
      Name of this subclass in SimpleClassName format
      @NotNull java.util.List<java.lang.String> getPaths()
      A list of valid browse paths for the entity.
      int hashCode()  
      BrowsePaths paths​(java.util.List<java.lang.String> paths)  
      void setPaths​(java.util.List<java.lang.String> paths)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • BrowsePaths

        public BrowsePaths()
    • Method Detail

      • get__type

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

        public BrowsePaths paths​(java.util.List<java.lang.String> paths)
      • addPathsItem

        public BrowsePaths addPathsItem​(java.lang.String pathsItem)
      • getPaths

        @NotNull
        public @NotNull java.util.List<java.lang.String> getPaths()
        A list of valid browse paths for the entity. Browse paths are expected to be forward slash-separated strings. For example: 'prod/snowflake/datasetName'
        Returns:
        paths
      • setPaths

        public void setPaths​(java.util.List<java.lang.String> paths)
      • 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