R
- the return type of the called functionpublic class ScheduledJob<R>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
jid |
private com.google.gson.reflect.TypeToken<R> |
type |
Constructor and Description |
---|
ScheduledJob() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJid() |
com.google.gson.reflect.TypeToken<R> |
getType() |
void |
setType(com.google.gson.reflect.TypeToken<R> type) |
private java.lang.String jid
private com.google.gson.reflect.TypeToken<R> type