public class DirtQueueParameterBean extends Object
Modifier and Type | Field and Description |
---|---|
Integer |
end
End timestamp for filtering
|
Boolean |
failed
True for returning only failed entries, false for returning not failed entries, null for returning all entries.
|
Integer |
start
Start timestamp for filtering
|
Constructor and Description |
---|
DirtQueueParameterBean() |
@QueryParam(value="failed") public Boolean failed
@QueryParam(value="start") public Integer start
@QueryParam(value="end") public Integer end
Copyright © 2024 Gentics Software. All rights reserved.