Class HashedRekord


  • @Generated("jsonschema2pojo")
    public class HashedRekord
    extends java.lang.Object
    Hashed Rekor v0.0.1 Schema

    Schema for Hashed Rekord object

    • Constructor Detail

      • HashedRekord

        public HashedRekord()
    • Method Detail

      • getSignature

        public Signature getSignature()
        Information about the detached signature associated with the entry (Required)
      • setSignature

        public void setSignature​(Signature signature)
        Information about the detached signature associated with the entry (Required)
      • getData

        public Data getData()
        Information about the content associated with the entry (Required)
      • setData

        public void setData​(Data data)
        Information about the content associated with the entry (Required)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

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

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object