Class SiteEntry<V>


  • public class SiteEntry<V>
    extends Object
    It stores the entry value and Metadata for a specific site.
    Since:
    12.0
    Author:
    Pedro Ruivo
    • Constructor Detail

      • SiteEntry

        public SiteEntry​(String siteName,
                         V value,
                         Metadata metadata)
    • Method Detail

      • getSiteName

        public String getSiteName()
      • getValue

        public V getValue()
      • getMetadata

        public Metadata getMetadata()
      • equals

        public boolean equals​(Object o)
      • hashCode

        public int hashCode()
      • toString

        public String toString()