Class WriteStateResult
- java.lang.Object
-
- org.somda.sdc.biceps.common.access.WriteStateResult
-
public class WriteStateResult extends Object
Read-only result set of a write states call.
-
-
Constructor Summary
Constructors Constructor Description WriteStateResult(MdibVersion mdibVersion, List<AbstractState> states)Constructor to initialize all values of the result set.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MdibVersiongetMdibVersion()Gets the MDIB version that ensued during the preceding write operation.List<AbstractState>getStates()Gets all updated states.StringtoString()
-
-
-
Constructor Detail
-
WriteStateResult
public WriteStateResult(MdibVersion mdibVersion, List<AbstractState> states)
Constructor to initialize all values of the result set.- Parameters:
mdibVersion- the MDIB version.states- all updated states.
-
-
Method Detail
-
getMdibVersion
public MdibVersion getMdibVersion()
Gets the MDIB version that ensued during the preceding write operation.- Returns:
- the MDIB version.
-
getStates
public List<AbstractState> getStates()
Gets all updated states.- Returns:
- the states.
-
-