Package com.yetanalytics.xapi.model
Class StatementRef
- java.lang.Object
-
- com.yetanalytics.xapi.model.AbstractObject
-
- com.yetanalytics.xapi.model.StatementRef
-
- All Implemented Interfaces:
JSONObject,Serializable
public class StatementRef extends AbstractObject
Class representation of the StatementRef component of the 9274.1.1 xAPI Specification.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatementRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetId()@jakarta.validation.constraints.AssertFalse(message="StatementRef must not be empty") booleanisEmpty()voidsetId(UUID id)-
Methods inherited from class com.yetanalytics.xapi.model.AbstractObject
getObjectType, setObjectType
-
-
-
-
Method Detail
-
getId
public UUID getId()
-
setId
public void setId(UUID id)
-
isEmpty
@AssertFalse(message="StatementRef must not be empty") public @jakarta.validation.constraints.AssertFalse(message="StatementRef must not be empty") boolean isEmpty()
- Specified by:
isEmptyin interfaceJSONObject- Specified by:
isEmptyin classAbstractObject
-
-