Class FilingCalendarEditModel

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

public class FilingCalendarEditModel extends Object
An edit to be made on a filing calendar.
  • Constructor Details

    • FilingCalendarEditModel

      public FilingCalendarEditModel()
  • Method Details

    • getFieldName

      public String getFieldName()
      Getter for fieldName The name of the field to be modified.
    • setFieldName

      public void setFieldName(String value)
      Setter for fieldName The name of the field to be modified.
    • getQuestionId

      public Integer getQuestionId()
      Getter for questionId The unique ID of the filing calendar question. "Filing calendar question" is the wording displayed to users for a given field.
    • setQuestionId

      public void setQuestionId(Integer value)
      Setter for questionId The unique ID of the filing calendar question. "Filing calendar question" is the wording displayed to users for a given field.
    • getOldValue

      public HashMap<String,String> getOldValue()
      Getter for oldValue The current value of the field.
    • setOldValue

      public void setOldValue(HashMap<String,String> value)
      Setter for oldValue The current value of the field.
    • getNewValue

      public HashMap<String,String> getNewValue()
      Getter for newValue The new/proposed value of the field.
    • setNewValue

      public void setNewValue(HashMap<String,String> value)
      Setter for newValue The new/proposed value of the field.
    • toString

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