public class UnparsedObject extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UnparsedObject.UnparsedObjectSerializer |
| Constructor and Description |
|---|
UnparsedObject(Map<String,Object> data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this UnparsedObject object is equal to o.
|
static UnparsedObject |
fromValue(Map<String,Object> value) |
Map<String,Object> |
getData() |
int |
hashCode() |
void |
setData(Map<String,Object> data) |
public boolean equals(Object o)
public static UnparsedObject fromValue(Map<String,Object> value)
Copyright © 2024. All rights reserved.