public class AttachmentResponseInfo extends ResponseInfo
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
bytes |
protected String |
fileName |
content, statusCode| Constructor and Description |
|---|
AttachmentResponseInfo(int statusCode,
com.fasterxml.jackson.databind.JsonNode content) |
AttachmentResponseInfo(String fileName,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
getFileName() |
getContent, getStatusCode, isSuccessprotected String fileName
protected byte[] bytes
public AttachmentResponseInfo(String fileName, byte[] bytes)
public AttachmentResponseInfo(int statusCode,
com.fasterxml.jackson.databind.JsonNode content)
public String getFileName()
public byte[] getBytes()
Copyright © 2020 Flowable. All rights reserved.