Class LocationSettingModel

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

public class LocationSettingModel
extends java.lang.Object
Represents the answer to one local jurisdiction question for a location.
  • Constructor Summary

    Constructors 
    Constructor Description
    LocationSettingModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Integer getQuestionId()
    Getter for questionId The unique ID number of the location question answered.
    java.lang.String getQuestionName()
    Getter for questionName The name of the question
    java.lang.String getValue()
    Getter for value The answer the user provided.
    void setQuestionId​(java.lang.Integer value)
    Setter for questionId The unique ID number of the location question answered.
    void setQuestionName​(java.lang.String value)
    Setter for questionName The name of the question
    void setValue​(java.lang.String value)
    Setter for value The answer the user provided.
    java.lang.String toString()
    Returns a JSON string representation of LocationSettingModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getQuestionId

      public java.lang.Integer getQuestionId()
      Getter for questionId The unique ID number of the location question answered.
    • setQuestionId

      public void setQuestionId​(java.lang.Integer value)
      Setter for questionId The unique ID number of the location question answered.
    • getQuestionName

      public java.lang.String getQuestionName()
      Getter for questionName The name of the question
    • setQuestionName

      public void setQuestionName​(java.lang.String value)
      Setter for questionName The name of the question
    • getValue

      public java.lang.String getValue()
      Getter for value The answer the user provided.
    • setValue

      public void setValue​(java.lang.String value)
      Setter for value The answer the user provided.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of LocationSettingModel
      Overrides:
      toString in class java.lang.Object