Class StateEntry
java.lang.Object
org.pipservices3.components.state.StateEntry
Data object to store state values with their keys used by
StateEntry-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StateEntry
-
-
Method Details
-
getKey
Gets the key to locate the state value.- Returns:
- the value key.
-
getValue
Gets the sstate value.- Returns:
- the value object.
-
getLastUpdateTime
public long getLastUpdateTime()Gets the last update time.- Returns:
- the timestamp when the value ware stored.
-
setValue
Sets a new state value.- Parameters:
value- a new cached value.
-