Integer totalOrderItemNum = ebayTransactionList.stream().map(EbayTransaction::getQuantity).reduce(new Integer(0),(a,b)->a+b);