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.String
getDescription()
Getter for description The description of the attachmentjava.lang.Integer
getResourceFileId()
Getter for resourceFileId The resourceFileId used to retrieve the attachmentvoid
setDescription(java.lang.String value)
Setter for description The description of the attachmentvoid
setResourceFileId(java.lang.Integer value)
Setter for resourceFileId The resourceFileId used to retrieve the attachmentjava.lang.String
toString()
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:
toString
in classjava.lang.Object
-