Class ResourceFileTypeModel

java.lang.Object
net.avalara.avatax.rest.client.models.ResourceFileTypeModel

public class ResourceFileTypeModel extends Object
Resource File Type Model
  • Constructor Details

    • ResourceFileTypeModel

      public ResourceFileTypeModel()
  • Method Details

    • getResourceFileTypeId

      public Integer getResourceFileTypeId()
      Getter for resourceFileTypeId The resource file type id
    • setResourceFileTypeId

      public void setResourceFileTypeId(Integer value)
      Setter for resourceFileTypeId The resource file type id
    • getName

      public String getName()
      Getter for name The name of the file type
    • setName

      public void setName(String value)
      Setter for name The name of the file type
    • toString

      public String toString()
      Returns a JSON string representation of ResourceFileTypeModel
      Overrides:
      toString in class Object