public class ExpResult<Result>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpResult.Meta |
| Modifier and Type | Field and Description |
|---|---|
int |
code |
java.lang.String |
error |
java.lang.Object |
links |
ExpResult.Meta |
meta |
Result |
result |
| Constructor and Description |
|---|
ExpResult() |
| Modifier and Type | Method and Description |
|---|---|
ExpResult.Meta |
getMeta() |
public Result result
public java.lang.Object links
public ExpResult.Meta meta
public int code
public java.lang.String error
public ExpResult.Meta getMeta()