Package io.openems.edge.common.test
Class AbstractComponentTest.ChannelValue
java.lang.Object
io.openems.edge.common.test.AbstractComponentTest.ChannelValue
- Enclosing class:
- AbstractComponentTest<SELF extends AbstractComponentTest<SELF,
SUT>, SUT extends OpenemsComponent>
Stores a tuple of ChannelAddress and Object value.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets theChannelAddress
.getValue()
Gets the valueObject
.toString()
-
Constructor Details
-
ChannelValue
-
-
Method Details
-
getAddress
Gets theChannelAddress
.- Returns:
- the
ChannelAddress
-
getValue
Gets the valueObject
.- Returns:
- the
Object
-
toString
-