public class RenderResult extends Object implements Closeable
Modifier and Type | Class and Description |
---|---|
static class |
RenderResult.STATUS |
Constructor and Description |
---|
RenderResult(RenderResult.STATUS status,
int id,
Object result,
Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getId() |
InputStream |
getInputStream() |
Metadata |
getMetadata() |
RenderResult.STATUS |
getStatus() |
public RenderResult(RenderResult.STATUS status, int id, Object result, Metadata metadata)
public InputStream getInputStream() throws IOException
IOException
public Metadata getMetadata()
public RenderResult.STATUS getStatus()
public int getId()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.