com.supermap.data

Class PrivateCloudLicenseManager.privateCloudLicInfo

  • java.lang.Object
    • com.supermap.data.PrivateCloudLicenseManager.privateCloudLicInfo
  • Enclosing class:
    PrivateCloudLicenseManager


    public class PrivateCloudLicenseManager.privateCloudLicInfo
    extends java.lang.Object
    Private cloud official license information class
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String id
      License module id
      java.lang.String moduleType
      Module type
      java.lang.String name
      Module's Chinese name
      java.lang.String nameEn
      Module's English name
      double remainCpuQuota
      The available CPU quota
      int remainNum
      The number of available licenses
      double totalCpuQuota
      The total CPU quota
      int totalNum
      The total number of licenses
      java.lang.String validity
      The expired date.
      java.lang.String version
      Version
    • 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
        License module id
      • totalNum

        public int totalNum
        The total number of licenses
      • remainNum

        public int remainNum
        The number of available licenses
      • totalCpuQuota

        public double totalCpuQuota
        The total CPU quota
      • remainCpuQuota

        public double remainCpuQuota
        The available CPU quota
      • validity

        public java.lang.String validity
        The expired date. Null means permanent
      • version

        public java.lang.String version
        Version
      • name

        public java.lang.String name
        Module's Chinese name
      • nameEn

        public java.lang.String nameEn
        Module's English name
      • moduleType

        public java.lang.String moduleType
        Module type
    • Constructor Detail

      • privateCloudLicInfo

        public privateCloudLicInfo()