Class CycleSafeFilingCalendarEditModel

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

public class CycleSafeFilingCalendarEditModel extends Object
Filing Calendar Edit
  • Constructor Details

    • CycleSafeFilingCalendarEditModel

      public CycleSafeFilingCalendarEditModel()
  • Method Details

    • getFieldName

      public String getFieldName()
      Getter for fieldName Field To Edit
    • setFieldName

      public void setFieldName(String value)
      Setter for fieldName Field To Edit
    • getDestination

      public String getDestination()
      Getter for destination Destination is used to identify filing questions' type Other or Settings.
    • setDestination

      public void setDestination(String value)
      Setter for destination Destination is used to identify filing questions' type Other or Settings.
    • getQuestionId

      public Long getQuestionId()
      Getter for questionId Question
    • setQuestionId

      public void setQuestionId(Long value)
      Setter for questionId Question
    • getQuestionCode

      public String getQuestionCode()
      Getter for questionCode The filing question code.
    • setQuestionCode

      public void setQuestionCode(String value)
      Setter for questionCode The filing question code.
    • getOldValue

      public HashMap<String,String> getOldValue()
      Getter for oldValue Old Value
    • setOldValue

      public void setOldValue(HashMap<String,String> value)
      Setter for oldValue Old Value
    • getNewValue

      public HashMap<String,String> getNewValue()
      Getter for newValue New Value
    • setNewValue

      public void setNewValue(HashMap<String,String> value)
      Setter for newValue New Value
    • toString

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