Class MLPrimaryKeyKey

    • Constructor Detail

      • MLPrimaryKeyKey

        public MLPrimaryKeyKey()
    • Method Detail

      • get__type

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

        public MLPrimaryKeyKey featureNamespace​(java.lang.String featureNamespace)
      • getFeatureNamespace

        @NotNull
        public @NotNull java.lang.String getFeatureNamespace()
        Namespace for the primary key
        Returns:
        featureNamespace
      • setFeatureNamespace

        public void setFeatureNamespace​(java.lang.String featureNamespace)
      • getName

        @NotNull
        public @NotNull java.lang.String getName()
        Name of the primary key
        Returns:
        name
      • setName

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