Class AttachmentResponseInfo


  • public class AttachmentResponseInfo
    extends ResponseInfo
    Author:
    Bassam Al-Sarori
    • Field Detail

      • fileName

        protected String fileName
      • bytes

        protected byte[] bytes
    • Constructor Detail

      • AttachmentResponseInfo

        public AttachmentResponseInfo​(String fileName,
                                      byte[] bytes)
      • AttachmentResponseInfo

        public AttachmentResponseInfo​(int statusCode,
                                      com.fasterxml.jackson.databind.JsonNode content)
    • Method Detail

      • getFileName

        public String getFileName()
      • getBytes

        public byte[] getBytes()