Class WriteStateResult


  • public class WriteStateResult
    extends Object
    Read-only result set of a write states call.
    • 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.