public static class RunnerReturnEvent.Data extends Object
| Constructor and Description |
|---|
Data() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFun() |
String |
getJid() |
Object |
getResult() |
<R> R |
getResult(Class<R> dataType) |
<R> R |
getResult(com.google.gson.reflect.TypeToken<R> dataType) |
String |
getTimestamp() |
String |
getUser() |
boolean |
isSuccess() |
public String getTimestamp()
public String getFun()
public String getJid()
public String getUser()
public boolean isSuccess()
public Object getResult()
public <R> R getResult(Class<R> dataType)
public <R> R getResult(com.google.gson.reflect.TypeToken<R> dataType)
Copyright © 2017. All rights reserved.