public class PrintJobStatusResponse extends BaseResponse
| Constructor and Description |
|---|
PrintJobStatusResponse(com.clover.sdk.v3.printer.PrintJobStatus status)
Constructor
|
PrintJobStatusResponse(java.lang.String printRequestId,
com.clover.sdk.v3.printer.PrintJobStatus status)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrintRequestId()
Get the field value
|
com.clover.sdk.v3.printer.PrintJobStatus |
getStatus()
Get the field value
|
getMessage, getReason, getResult, isSuccess, setMessage, setReason, setResult, setSuccesspublic PrintJobStatusResponse(java.lang.String printRequestId,
com.clover.sdk.v3.printer.PrintJobStatus status)
printRequestId - printRequestId id of the print job to be retrievedstatus - of the print jobpublic PrintJobStatusResponse(com.clover.sdk.v3.printer.PrintJobStatus status)
status - of the print job