T - type of data queried for each key statepublic abstract static class Key.Keys<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
deniedMinions |
protected T |
local |
protected T |
minions |
protected T |
rejectedMinions |
protected T |
unacceptedMinions |
| Constructor and Description |
|---|
Keys() |
| Modifier and Type | Method and Description |
|---|---|
T |
getDeniedMinions() |
T |
getLocal() |
T |
getMinions() |
T |
getRejectedMinions() |
T |
getUnacceptedMinions() |
Copyright © 2016. All rights reserved.