public class PrintJob.PrintResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Processor.ExecutionContext |
executionContext
The execution context used during the computation.
|
long |
fileSize
The result size in bytes.
|
java.net.URI |
uri
The URI to get the result.
|
| Constructor and Description |
|---|
PrintResult(java.net.URI uri,
long fileSize,
Processor.ExecutionContext executionContext)
Constructor.
|
@Nonnull public final java.net.URI uri
public final long fileSize
@Nonnull public final Processor.ExecutionContext executionContext
public PrintResult(java.net.URI uri,
long fileSize,
Processor.ExecutionContext executionContext)
uri - thefileSize - theexecutionContext - the