Interface ProtobufMessages.TupleOrBuilder

    • Method Detail

      • getHandleIdList

        List<Long> getHandleIdList()
        repeated int64 handle_id = 1;
        Returns:
        A list containing the handleId.
      • getHandleIdCount

        int getHandleIdCount()
        repeated int64 handle_id = 1;
        Returns:
        The count of handleId.
      • getHandleId

        long getHandleId​(int index)
        repeated int64 handle_id = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The handleId at the given index.
      • getObjectCount

        int getObjectCount()
        repeated .org.drools.serialization.protobuf.SerializedObject object = 2;