Class LicenseReport

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.system.LicenseReport
All Implemented Interfaces:
Serializable

public class LicenseReport extends ValueClass
License report data evaluated by AdminConsole.
Since:
10.17.040.003
See Also:
  • Field Details

    • nbOfServerLicenses

      @Deprecated protected int nbOfServerLicenses
      Deprecated.
      Number of server licenses. This field is not used anymore.
    • nbOfIgLicenses

      @Deprecated protected int nbOfIgLicenses
      Deprecated.
      Number of ELO Internet Gateway users. This field is not used anymore.
    • serno

      @Deprecated protected String serno
      Deprecated.
      License key. This field is not used anymore.
    • reportMode

      protected int reportMode
      report period / access mode.
      Since:
      12.00.000.049
    • counterList

      protected List<LicenseCounter> counterList
      list of counter delegated from am
    • fullUser

      @Deprecated protected int fullUser
      Deprecated.
    • ixUser

      @Deprecated protected int ixUser
      Deprecated.
    • deletedUser

      @Deprecated protected int deletedUser
      Deprecated.
    • freeUser

      @Deprecated protected int freeUser
      Deprecated.
    • licenseType

      protected LicenseType licenseType
      License type.
      Since:
      20.00.000.106
  • Constructor Details

    • LicenseReport

      public LicenseReport()
  • Method Details

    • getNbOfServerLicenses

      public int getNbOfServerLicenses()
    • getNbOfIgLicenses

      public int getNbOfIgLicenses()
    • getSerno

      public String getSerno()
    • getCounterList

      public List<LicenseCounter> getCounterList()
    • getFullUser

      public int getFullUser()
    • getIxUser

      public int getIxUser()
    • getDeletedUser

      public int getDeletedUser()
    • getFreeUser

      public int getFreeUser()
    • setNbOfServerLicenses

      public void setNbOfServerLicenses(int nbOfServerLicenses)
    • setNbOfIgLicenses

      public void setNbOfIgLicenses(int nbOfIgLicenses)
    • setSerno

      public void setSerno(String serno)
    • getReportMode

      public int getReportMode()
    • setReportMode

      public void setReportMode(int reportMode)
    • setCounterList

      public void setCounterList(List<LicenseCounter> counterList)
    • setFullUser

      public void setFullUser(int fullUser)
    • setIxUser

      public void setIxUser(int ixUser)
    • setDeletedUser

      public void setDeletedUser(int deletedUser)
    • setFreeUser

      public void setFreeUser(int freeUser)
    • getLicenseType

      public LicenseType getLicenseType()
    • setLicenseType

      public void setLicenseType(LicenseType licenseType)
    • toString

      public String toString()
      Overrides:
      toString in class Object