Class FilingAttachmentModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingAttachmentModel
public class FilingAttachmentModel
extends java.lang.Object
An attachment associated with a filing return
-
Constructor Summary
Constructors Constructor Description FilingAttachmentModel() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()Getter for description The description of the attachmentjava.lang.IntegergetResourceFileId()Getter for resourceFileId The resourceFileId used to retrieve the attachmentvoidsetDescription(java.lang.String value)Setter for description The description of the attachmentvoidsetResourceFileId(java.lang.Integer value)Setter for resourceFileId The resourceFileId used to retrieve the attachmentjava.lang.StringtoString()Returns a JSON string representation of FilingAttachmentModel
-
Constructor Details
-
FilingAttachmentModel
public FilingAttachmentModel()
-
-
Method Details
-
getResourceFileId
public java.lang.Integer getResourceFileId()Getter for resourceFileId The resourceFileId used to retrieve the attachment -
setResourceFileId
public void setResourceFileId(java.lang.Integer value)Setter for resourceFileId The resourceFileId used to retrieve the attachment -
getDescription
public java.lang.String getDescription()Getter for description The description of the attachment -
setDescription
public void setDescription(java.lang.String value)Setter for description The description of the attachment -
toString
public java.lang.String toString()Returns a JSON string representation of FilingAttachmentModel- Overrides:
toStringin classjava.lang.Object
-