Class Data


  • @Generated("jsonschema2pojo")
    public class Data
    extends java.lang.Object
    Information 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
      boolean equals​(java.lang.Object other)  
      Hash getHash()
      Specifies the hash algorithm and value for the content
      int hashCode()  
      void setHash​(Hash hash)
      Specifies the hash algorithm and value for the content
      java.lang.String toString()  
      Data withHash​(Hash hash)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Data

        public Data()
    • 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
      • withHash

        public Data withHash​(Hash hash)
      • 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