com.supermap.data.license

Class LicenseInfo

  • java.lang.Object
    • com.supermap.data.license.LicenseInfo

  • Deprecated.

    @Deprecated
    public class LicenseInfo
    extends java.lang.Object
    License information
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int days
      Deprecated. 
      How many days the purchased license can be used for. 0 means permanent
      java.lang.String id
      Deprecated. 
      License id.
      java.lang.String lockMacAddr
      Deprecated. 
      Binds address Before activating the license, the value is null.
      java.lang.String[] moduleNames
      Deprecated. 
      License includes module names
      boolean permanent
      Deprecated. 
      Whether it can be used permanently
      int remainDays
      Deprecated. 
      The rest days of license. 0 means permanent
      java.lang.String remarks
      Deprecated. 
      Label.
      int status
      Deprecated. 
      License status. 1 means it has not been assigned. 2 means it has been assigned already
      java.lang.String version
      Deprecated. 
      License version
    • Constructor Summary

      Constructors 
      Constructor and Description
      LicenseInfo()
      Deprecated. 
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public java.lang.String id
        Deprecated. 
        License id. Unique identification
      • days

        public int days
        Deprecated. 
        How many days the purchased license can be used for. 0 means permanent
      • remainDays

        public int remainDays
        Deprecated. 
        The rest days of license. 0 means permanent
      • remarks

        public java.lang.String remarks
        Deprecated. 
        Label.
      • moduleNames

        public java.lang.String[] moduleNames
        Deprecated. 
        License includes module names
      • status

        public int status
        Deprecated. 
        License status. 1 means it has not been assigned. 2 means it has been assigned already
      • version

        public java.lang.String version
        Deprecated. 
        License version
      • permanent

        public boolean permanent
        Deprecated. 
        Whether it can be used permanently
      • lockMacAddr

        public java.lang.String lockMacAddr
        Deprecated. 
        Binds address Before activating the license, the value is null. After activating the license, the value is the device address
    • Constructor Detail

      • LicenseInfo

        public LicenseInfo()
        Deprecated.