Package org.projectnessie.model
Class Hash
- java.lang.Object
-
- org.projectnessie.model.Hash
-
- Direct Known Subclasses:
ImmutableHash
@Immutable(prehash=true) public abstract class Hash extends Object implements Reference
Api representation of an Nessie Tag/Branch. This object is akin to a Ref in Git terminology.
-
-
Constructor Summary
Constructors Constructor Description Hash()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHash()backend system id.static Hashof(String hash)
-