public class RequestStatusInfo extends Object
All timestamps other than deleted correspond to the
respective enum values of RequestStatus.
| Modifier and Type | Field and Description |
|---|---|
Instant |
completed |
Instant |
deleted |
Instant |
failed |
Instant |
interaction
The interaction timestamp is handled specially.
|
int |
node |
Instant |
processing |
Instant |
queued |
Instant |
rejected |
Instant |
retrieved |
String |
type
Media type of the status message
|
| Constructor and Description |
|---|
RequestStatusInfo() |
RequestStatusInfo(int node) |
public int node
public Instant deleted
public Instant retrieved
public Instant queued
public Instant processing
public Instant completed
public Instant rejected
public Instant failed
public Instant interaction
public String type
public RequestStatusInfo()
public RequestStatusInfo(int node)
public RequestStatus getStatus()
Copyright © 2014–2018 University of Oldenburg. All rights reserved.