Package org.netxms.client
Class SoftwarePackage
java.lang.Object
org.netxms.client.SoftwarePackage
Software package information
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedSoftwarePackage(NXCPMessage msg, long baseId) Create software package information from NXCP message
- 
Method Summary
- 
Constructor Details- 
SoftwarePackageCreate software package information from NXCP message- Parameters:
- msg- The NXCPMessage
- baseId- The base ID
 
 
- 
- 
Method Details- 
getName- Returns:
- the name
 
- 
getDescription- Returns:
- the description
 
- 
getVersion- Returns:
- the version
 
- 
getVendor- Returns:
- the vendor
 
- 
getSupportUrl- Returns:
- the supportUrl
 
- 
getInstallDate- Returns:
- the installDate
 
- 
getUninstallKeyGet product uninstall key if available.- Returns:
- uninstall key or empty string
 
- 
getInstallDateMspublic long getInstallDateMs()- Returns:
- The installation date in ms
 
- 
getDataGet value of custom data field.- Returns:
- the data
 
- 
setDataSet custom data field.- Parameters:
- data- the data to set
 
 
-