Class UserHWIDImpl

  • All Implemented Interfaces:
    UserHWID

    @Entity
    public class UserHWIDImpl
    extends java.lang.Object
    implements UserHWID
    • Constructor Summary

      Constructors 
      Constructor Description
      UserHWIDImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isBanned()  
      pro.gravit.launcher.hwid.OshiHWID toHWID()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serialNumber

        public java.lang.String serialNumber
      • HWDiskSerial

        public java.lang.String HWDiskSerial
      • processorID

        public java.lang.String processorID
      • macAddr

        public java.lang.String macAddr
      • banned

        public boolean banned
    • Constructor Detail

      • UserHWIDImpl

        public UserHWIDImpl()
    • Method Detail

      • isBanned

        public boolean isBanned()
        Specified by:
        isBanned in interface UserHWID
      • toHWID

        public pro.gravit.launcher.hwid.OshiHWID toHWID()
        Specified by:
        toHWID in interface UserHWID