Package cn.evolvefield.onebot.sdk.action
Class ActionList
-
- All Implemented Interfaces:
public final class ActionList<T extends Object> extends JsonContainer
-
-
Constructor Summary
Constructors Constructor Description ActionList(String status, Integer retCode, LinkedList<T> data, String echo)
-
Method Summary
Modifier and Type Method Description final StringgetStatus()final IntegergetRetCode()final LinkedList<T>getData()final StringgetEcho()-
-
Constructor Detail
-
ActionList
ActionList(String status, Integer retCode, LinkedList<T> data, String echo)
-
-
Method Detail
-
getRetCode
final Integer getRetCode()
-
getData
final LinkedList<T> getData()
-
-
-
-