Class LicenseProblem

java.lang.Object
org.netxms.client.LicenseProblem

public class LicenseProblem extends Object
Describes license problem in extension module.
  • Constructor Details

    • LicenseProblem

      protected LicenseProblem(NXCPMessage msg, long baseId)
      Create from NXCP message.
      Parameters:
      msg - NXCP message
      baseId - base filed ID
  • Method Details

    • getId

      public int getId()
      Get problem ID (unique within server instance).
      Returns:
      problem ID
    • getTimestamp

      public Date getTimestamp()
      Get problem registration timestamp.
      Returns:
      problem registration timestamp
    • getComponent

      public String getComponent()
      Get component name.
      Returns:
      component name
    • getType

      public String getType()
      Get problem type (component specific).
      Returns:
      component specific problem type
    • getDescription

      public String getDescription()
      Get problem description.
      Returns:
      problem description