Package com.yetanalytics.xapi.model
Class Attachment
- java.lang.Object
-
- com.yetanalytics.xapi.model.Attachment
-
public class Attachment extends Object
Class representation of the Attachment Component of the 9274.1.1 xAPI Specification.
-
-
Constructor Summary
Constructors Constructor Description Attachment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentType()
LangMap
getDescription()
LangMap
getDisplay()
String
getFileUrl()
Integer
getLength()
String
getSha2()
String
getUsageType()
void
setContentType(String contentType)
void
setDescription(LangMap description)
void
setDisplay(LangMap display)
void
setFileUrl(String fileUrl)
void
setLength(Integer length)
void
setSha2(String sha2)
void
setUsageType(String usageType)
-
-
-
Method Detail
-
getUsageType
public String getUsageType()
-
setUsageType
public void setUsageType(String usageType)
-
getDisplay
public LangMap getDisplay()
-
setDisplay
public void setDisplay(LangMap display)
-
getDescription
public LangMap getDescription()
-
setDescription
public void setDescription(LangMap description)
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getLength
public Integer getLength()
-
setLength
public void setLength(Integer length)
-
getSha2
public String getSha2()
-
setSha2
public void setSha2(String sha2)
-
getFileUrl
public String getFileUrl()
-
setFileUrl
public void setFileUrl(String fileUrl)
-
-