public class GetOutputDirectory extends XMLRequest implements Iterable<GetOutputDirectory.OutputDirectoryItem>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetOutputDirectory.OutputDirectoryItem
This class represents a single row in the Output directory.
|
| Constructor and Description |
|---|
GetOutputDirectory(int runID)
Creates a new
GetOutputDirectory request. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetOutputDirectory.OutputDirectoryItem> |
iterator() |
int |
size()
Returns the number of reports or
-1 if this request has not been sent. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic GetOutputDirectory(int runID)
GetOutputDirectory request.runID - Run ID of the taskpublic int size()
-1 if this request has not been sent.public Iterator<GetOutputDirectory.OutputDirectoryItem> iterator()
iterator in interface Iterable<GetOutputDirectory.OutputDirectoryItem>Copyright © 2021. All rights reserved.