Class DataPlatformInstance

    • Constructor Detail

      • DataPlatformInstance

        public DataPlatformInstance()
    • Method Detail

      • get__type

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

        @NotNull
        public @NotNull java.lang.String getPlatform()
        Data Platform
        Returns:
        platform
      • setPlatform

        public void setPlatform​(java.lang.String platform)
      • getInstance

        public java.lang.String getInstance()
        Instance of the data platform (e.g. db instance)
        Returns:
        instance
      • setInstance

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