Class SimpleStringMetadataIndexKey

    • Field Detail

      • value

        private String value
        The indexed value.
    • Constructor Detail

      • SimpleStringMetadataIndexKey

        public SimpleStringMetadataIndexKey​(@Nonnull
                                            String newValue)
        Constructor.
        Parameters:
        newValue - the string value to use as the index key
    • Method Detail

      • getValue

        @Nonnull
        public String getValue()
        Get the string value used as the index key.
        Returns:
        the string value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object