Package net.solarnetwork.central
Class ApplicationMetadata
java.lang.Object
net.solarnetwork.central.ApplicationMetadata
General application metadata.
-
Constructor Details
-
ApplicationMetadata
Constructor.- Parameters:
name- the application name, must not be nullinstanceId- a unique application instance ID, to differentiate multiple instances of the same application; if null a UUID-based value will be assignedthe- application version; if null an empty string will be set- Throws:
IllegalArgumentException- ifnameis null
-
-
Method Details