Package net.solarnetwork.node.service
Class OperationalModesService.OperationalModeInfo
java.lang.Object
net.solarnetwork.node.service.OperationalModesService.OperationalModeInfo
- Enclosing interface:
OperationalModesService
Registered operational mode information.
- Since:
- 2.1
- Version:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionOperationalModeInfo(String name) Constructor.OperationalModeInfo(String name, Set<String> tags) Constructor. -
Method Summary
-
Constructor Details
-
OperationalModeInfo
Constructor.- Parameters:
name- the name- Throws:
IllegalArgumentException- ifnameis null
-
OperationalModeInfo
Constructor.- Parameters:
name- the nametags- the tags- Throws:
IllegalArgumentException- ifnameis null
-
-
Method Details
-
getName
Get the operational mode name.- Returns:
- the name
-
getTags
Get the optional operational mode tags.- Returns:
- the tags
-