Class BlobKey

    • Constructor Detail

      • BlobKey

        public BlobKey​(String blobKey)
        Construct a new BlobKey with the specified key string.
        Throws:
        IllegalArgumentException - If the specified string was null.
    • Method Detail

      • getKeyString

        public String getKeyString()
        Returns the blob key as a String.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(@Nullable Object object)
        Two BlobKey objects are considered equal if they point to the same blobs.
        Overrides:
        equals in class Object