Package com.adobe.pdfservices.operation
Class PDFServicesJobStatusResponse
- java.lang.Object
-
- com.adobe.pdfservices.operation.PDFServicesJobStatusResponse
-
- Direct Known Subclasses:
PDFServicesResponse
public class PDFServicesJobStatusResponse extends Object
Response object encapsulatingPDFServicesJobstatus and retry interval.
-
-
Constructor Summary
Constructors Constructor Description PDFServicesJobStatusResponse(String status, Map<String,String> headers)ConstructsPDFServicesJobstatus response with its status, headers.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetRetryInterval()Returns retry interval for status polling of thePDFServicesJobin seconds.StringgetStatus()Returns string representation ofPDFServicesJobStatusfor thePDFServicesJob.
-
-
-
Constructor Detail
-
PDFServicesJobStatusResponse
public PDFServicesJobStatusResponse(String status, Map<String,String> headers)
ConstructsPDFServicesJobstatus response with its status, headers.- Parameters:
status- Status of thePDFServicesJob.headers- Headers of thePDFServicesResponse.
-
-
Method Detail
-
getStatus
public String getStatus()
Returns string representation ofPDFServicesJobStatusfor thePDFServicesJob.- Returns:
- string representation of
PDFServicesJobStatusfor thePDFServicesJob
-
getRetryInterval
public Integer getRetryInterval()
Returns retry interval for status polling of thePDFServicesJobin seconds.- Returns:
- retry interval for status polling of the
PDFServicesJobin seconds
-
-