Package com.yetanalytics.xapi.model
Class StatementResult
- java.lang.Object
-
- com.yetanalytics.xapi.model.StatementResult
-
public class StatementResult extends Object
Class representation of a StatementResult from the 9274.1.1 xAPI Specification.
-
-
Constructor Summary
Constructors Constructor Description StatementResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMore()
List<Statement>
getStatements()
void
setMore(String more)
void
setStatements(List<Statement> statements)
-