Package cronapi
Class RestResult
- java.lang.Object
-
- cronapi.RestResult
-
public class RestResult extends Object
-
-
Constructor Summary
Constructors Constructor Description RestResult(Var value, List<ClientCommand> commands)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ClientCommand>getCommands()VargetValue()voidsetCommands(List<ClientCommand> commands)voidsetValue(Var value)
-
-
-
Constructor Detail
-
RestResult
public RestResult(Var value, List<ClientCommand> commands)
-
-
Method Detail
-
getValue
public Var getValue()
-
setValue
public void setValue(Var value)
-
getCommands
public List<ClientCommand> getCommands()
-
setCommands
public void setCommands(List<ClientCommand> commands)
-
-