Class QueueEmpty
java.lang.Object
uk.ac.manchester.spinnaker.nmpi.model.QueueEmpty
- All Implemented Interfaces:
QueueNextResponse
public class QueueEmpty extends Object implements QueueNextResponse
A message indicating that the queue is empty.
-
Constructor Summary
Constructors Constructor Description QueueEmpty()
-
Method Summary
Modifier and Type Method Description String
getWarning()
Get any warning returned.void
setWarning(String warning)
Set the warning.
-
Constructor Details
-
QueueEmpty
public QueueEmpty()
-
-
Method Details
-
getWarning
Get any warning returned.- Returns:
- The warning
-
setWarning
Set the warning.- Parameters:
warning
- The warning to set
-