public class Structured extends AbstractPrimitive
| Modifier and Type | Field and Description |
|---|---|
String |
action |
String |
category |
String |
label |
String |
property |
Double |
value |
customContexts, trueTimestamp| Constructor and Description |
|---|
Structured(String category,
String action) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDataPayload() |
String |
getName() |
Structured |
label(String label) |
Structured |
property(String property) |
Structured |
value(Double value) |
beginProcessing, contexts, endProcessing, getContexts, getTrueTimestamp, trueTimestamp@NonNull public final String category
@NonNull public final String action
@Nullable public String label
@Nullable public String property
@Nullable public Double value
@NonNull public Structured label(@Nullable String label)
@NonNull public Structured property(@Nullable String property)
@NonNull public Structured value(@Nullable Double value)
@NonNull public String getName()
getName in class AbstractPrimitive