Class Activity.Item
java.lang.Object
org.craftercms.studio.model.rest.dashboard.Activity.Item
- Enclosing class:
- Activity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getLabel()getPath()voidsetId(long id) voidvoidvoidsetPreviewUrl(String previewUrl) voidsetRecordedLabel(String recordedLabel) voidsetRecordedPath(String recordedPath) voidsetSystemType(String systemType)
-
Field Details
-
id
protected long id -
path
-
label
-
previewUrl
-
systemType
-
recordedPath
-
recordedLabel
-
-
Constructor Details
-
Item
public Item()
-
-
Method Details
-
getId
public long getId() -
setId
public void setId(long id) -
getPath
-
setPath
-
getLabel
-
setLabel
-
getPreviewUrl
-
setPreviewUrl
-
getSystemType
-
setSystemType
-
getRecordedPath
-
setRecordedPath
-
getRecordedLabel
-
setRecordedLabel
-