public static class StreamSQLExample.Order extends Object
int
amount
String
product
Long
user
Order()
Order(Long user, String product, int amount)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Long user
public String product
public int amount
public Order()
public Order(Long user, String product, int amount)
public String toString()
toString
Object
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.