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 attachment
    java.lang.Integer getResourceFileId()
    Getter for resourceFileId The resourceFileId used to retrieve the attachment
    void setDescription​(java.lang.String value)
    Setter for description The description of the attachment
    void setResourceFileId​(java.lang.Integer value)
    Setter for resourceFileId The resourceFileId used to retrieve the attachment
    java.lang.String toString()
    Returns a JSON string representation of FilingAttachmentModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • 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 class java.lang.Object