Class GDLevelData

  • All Implemented Interfaces:
    GDEntity

    public final class GDLevelData
    extends Object
    • Constructor Detail

      • GDLevelData

        public GDLevelData​(long id,
                           int pass,
                           String uploadTimestamp,
                           String lastUpdatedTimestamp,
                           byte[] data)
    • Method Detail

      • getPass

        public int getPass()
      • getUploadTimestamp

        public String getUploadTimestamp()
      • getLastUpdatedTimestamp

        public String getLastUpdatedTimestamp()
      • getData

        public byte[] getData()
      • equals

        public boolean equals​(Object obj)
      • getId

        public final long getId()
        Description copied from interface: GDEntity
        The unique identifier for the entity.
        Specified by:
        getId in interface GDEntity
        Returns:
        an ID
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object