Class ResourceFileDownloadResult
java.lang.Object
net.avalara.avatax.rest.client.models.ResourceFileDownloadResult
Represents everything downloaded from resource files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBytes()
Getter for bytes Bytes of the fileGetter for contentType Mime content typeGetter for filename Original filenameGetter for success True if this download succeededvoid
Setter for bytes Bytes of the filevoid
setContentType
(String value) Setter for contentType Mime content typevoid
setFilename
(String value) Setter for filename Original filenamevoid
setSuccess
(Boolean value) Setter for success True if this download succeededtoString()
Returns a JSON string representation of ResourceFileDownloadResult
-
Constructor Details
-
ResourceFileDownloadResult
public ResourceFileDownloadResult()
-
-
Method Details
-
getSuccess
Getter for success True if this download succeeded -
setSuccess
Setter for success True if this download succeeded -
getBytes
Getter for bytes Bytes of the file -
setBytes
Setter for bytes Bytes of the file -
getFilename
Getter for filename Original filename -
setFilename
Setter for filename Original filename -
getContentType
Getter for contentType Mime content type -
setContentType
Setter for contentType Mime content type -
toString
Returns a JSON string representation of ResourceFileDownloadResult
-