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 succeededvoidSetter for bytes Bytes of the filevoidsetContentType(String value) Setter for contentType Mime content typevoidsetFilename(String value) Setter for filename Original filenamevoidsetSuccess(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
-