public class ProductEvent extends Object implements Serializable
Constructor and Description |
---|
ProductEvent(long timestamp,
String userId,
String productId,
ProductEventType productEventType) |
Modifier and Type | Method and Description |
---|---|
ProductEventType |
getProductEventType() |
String |
getProductId() |
long |
getTimestamp() |
String |
getUserId() |
String |
toString() |
public ProductEvent(long timestamp, String userId, String productId, ProductEventType productEventType)
Copyright © 2019 Hazelcast, Inc.. All rights reserved.