Package dev.sigstore.rekor
Class Data
- java.lang.Object
-
- dev.sigstore.rekor.Data
-
@Generated("jsonschema2pojo") public class Data extends java.lang.ObjectInformation about the content associated with the entry
-
-
Constructor Summary
Constructors Constructor Description Data()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)HashgetHash()Specifies the hash algorithm and value for the contentinthashCode()voidsetHash(Hash hash)Specifies the hash algorithm and value for the contentjava.lang.StringtoString()DatawithHash(Hash hash)
-
-
-
Method Detail
-
getHash
public Hash getHash()
Specifies the hash algorithm and value for the content
-
setHash
public void setHash(Hash hash)
Specifies the hash algorithm and value for the content
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
-