public class JsonSample extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
attribute |
String |
domain |
Map<String,com.fasterxml.jackson.databind.JsonNode> |
properties |
long |
timestamp |
String |
type |
com.fasterxml.jackson.databind.JsonNode |
value |
| Constructor and Description |
|---|
JsonSample() |
| Modifier and Type | Method and Description |
|---|---|
static JsonSample |
fromJsonNode(com.fasterxml.jackson.databind.JsonNode tree) |
public String type
public com.fasterxml.jackson.databind.JsonNode value
public String domain
public long timestamp
public String attribute
public static JsonSample fromJsonNode(com.fasterxml.jackson.databind.JsonNode tree)
Copyright © 2019. All rights reserved.