Class CountSales.Order

java.lang.Object
org.apache.flink.streaming.examples.dsv2.watermark.CountSales.Order
Enclosing class:
CountSales

public static class CountSales.Order extends Object
Pojo class for Order.
  • Field Details

    • productId

      public long productId
    • totalPrice

      public double totalPrice
    • timestamp

      public long timestamp
  • Constructor Details

    • Order

      public Order(long productId, double price, long timestamp)