com.supermap.data

Class EduLicense.EduLicenseInfos

  • java.lang.Object
    • com.supermap.data.EduLicense.EduLicenseInfos
  • Enclosing class:
    EduLicense


    public static class EduLicense.EduLicenseInfos
    extends java.lang.Object
    The information class after activating a license
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String des
      License description
      java.lang.String message
      The license activation information.
      java.lang.String validity
      The valid date The date is the expired date of license
    • Constructor Summary

      Constructors 
      Constructor and Description
      EduLicenseInfos() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • message

        public java.lang.String message
        The license activation information. Including failed or successful information
      • des

        public java.lang.String des
        License description
      • validity

        public java.lang.String validity
        The valid date The date is the expired date of license
    • Constructor Detail

      • EduLicenseInfos

        public EduLicenseInfos()