public static class Event.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Event |
build() |
Event.Builder |
setEntityId(java.lang.String entityId) |
Event.Builder |
setKey(java.lang.String key) |
Event.Builder |
setQuantity(java.lang.Number quantity) |
Event.Builder |
setRevenue(java.lang.Number revenue) |
Event.Builder |
setTags(java.util.Map<java.lang.String,?> tags) |
Event.Builder |
setTimestamp(long timestamp) |
Event.Builder |
setType(java.lang.String type) |
Event.Builder |
setUuid(java.lang.String uuid) |
Event.Builder |
setValue(java.lang.Number value) |
public Event.Builder setTimestamp(long timestamp)
public Event.Builder setUuid(java.lang.String uuid)
public Event.Builder setEntityId(java.lang.String entityId)
public Event.Builder setKey(java.lang.String key)
public Event.Builder setQuantity(java.lang.Number quantity)
public Event.Builder setRevenue(java.lang.Number revenue)
public Event.Builder setTags(java.util.Map<java.lang.String,?> tags)
public Event.Builder setType(java.lang.String type)
public Event.Builder setValue(java.lang.Number value)
public Event build()