public class Interaction extends Object
| Constructor and Description |
|---|
Interaction(com.fasterxml.jackson.databind.JsonNode data) |
public com.fasterxml.jackson.databind.JsonNode getData()
public com.fasterxml.jackson.databind.JsonNode get(String str)
{"twitter" : {
"user" : {
"id" : 12345
}
}
}
str - a JSON dot notation stringCopyright © 2015. All Rights Reserved.