Package org.netxms.client
Class LicenseProblem
java.lang.Object
org.netxms.client.LicenseProblem
Describes license problem in extension module.
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedLicenseProblem(NXCPMessage msg, long baseId) Create from NXCP message.
- 
Method Summary
- 
Constructor Details- 
LicenseProblemCreate from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base filed ID
 
 
- 
- 
Method Details- 
getIdpublic int getId()Get problem ID (unique within server instance).- Returns:
- problem ID
 
- 
getTimestampGet problem registration timestamp.- Returns:
- problem registration timestamp
 
- 
getComponentGet component name.- Returns:
- component name
 
- 
getTypeGet problem type (component specific).- Returns:
- component specific problem type
 
- 
getDescriptionGet problem description.- Returns:
- problem description
 
 
-