Package com.yetanalytics.xapi.model
Class StatementResult
- java.lang.Object
-
- com.yetanalytics.xapi.model.StatementResult
-
- All Implemented Interfaces:
JSONObject,Serializable
public class StatementResult extends Object implements JSONObject
Class representation of a StatementResult from the 9274.1.1 xAPI Specification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatementResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URIgetMore()List<Statement>getStatements()@jakarta.validation.constraints.AssertFalse(message="StatementResult must not be empty") booleanisEmpty()voidsetMore(URI more)voidsetStatements(List<Statement> statements)
-
-
-
Method Detail
-
getMore
public URI getMore()
-
setMore
public void setMore(URI more)
-
isEmpty
@AssertFalse(message="StatementResult must not be empty") public @jakarta.validation.constraints.AssertFalse(message="StatementResult must not be empty") boolean isEmpty()
- Specified by:
isEmptyin interfaceJSONObject
-
-