Class DataHubRetentionKey

    • Constructor Detail

      • DataHubRetentionKey

        public DataHubRetentionKey()
    • Method Detail

      • get__type

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

        @NotNull
        public @NotNull java.lang.String getEntityName()
        Entity name to apply retention to. * (or empty) for applying defaults.
        Returns:
        entityName
      • setEntityName

        public void setEntityName​(java.lang.String entityName)
      • getAspectName

        @NotNull
        public @NotNull java.lang.String getAspectName()
        Aspect name to apply retention to. * (or empty) for applying defaults.
        Returns:
        aspectName
      • setAspectName

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