Class CountProductSalesWindowing.ProductSales

    • Field Detail

      • productId

        public long productId
      • startTime

        public long startTime
      • salesQuantity

        public long salesQuantity
    • Constructor Detail

      • ProductSales

        public ProductSales​(long productId,
                            long startTime,
                            long salesQuantity)