Interface MutableStateObj

    • Method Detail

      • updateState

        boolean updateState​(StateObj values)
        Add the state to this state
        Parameters:
        values - state
        Returns:
        true if this state was changed, false otherwise
      • updateState

        boolean updateState​(java.util.Map<java.lang.String,​java.lang.String> values)
        Add the state to this state
        Parameters:
        values - state
        Returns:
        true if this state was changed, false otherwise
      • updateState

        boolean updateState​(java.lang.String key,
                            java.lang.String value)
        Add the state to this state
        Parameters:
        key - key
        value - value
        Returns:
        true if this state was changed, false otherwise