Class DataHubIngestionSourceInfo

    • Constructor Detail

      • DataHubIngestionSourceInfo

        public DataHubIngestionSourceInfo()
    • Method Detail

      • get__type

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

        @NotNull
        public @NotNull java.lang.String getName()
        The display name of the ingestion source
        Returns:
        name
      • setName

        public void setName​(java.lang.String name)
      • getType

        @NotNull
        public @NotNull java.lang.String getType()
        The type of the source itself, e.g. mysql, bigquery, bigquery-usage. Should match the recipe.
        Returns:
        type
      • setType

        public void setType​(java.lang.String type)
      • getPlatform

        public java.lang.String getPlatform()
        Data Platform URN associated with the source
        Returns:
        platform
      • setPlatform

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