public class ScanCurseProject extends Task
| Constructor and Description |
|---|
ScanCurseProject(java.lang.String projectIDAndFileID)
Create a message with a task for scanning the passed project and fileID combination.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProjectIDAndFileID()
Getter for the project and file id combination of the submitted task.
|
java.lang.String |
uniqueId()
Getter for the unique id of the submitted task.
|
public ScanCurseProject(java.lang.String projectIDAndFileID)
projectIDAndFileID - String. The project and file id combination of the submitted task.