Class FilingCalendarEditModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingCalendarEditModel
public class FilingCalendarEditModel
extends java.lang.Object
An edit to be made on a filing calendar.
-
Constructor Summary
Constructors Constructor Description FilingCalendarEditModel()
-
Method Summary
Modifier and Type Method Description java.lang.String
getFieldName()
Getter for fieldName The name of the field to be modified.java.util.HashMap<java.lang.String,java.lang.String>
getNewValue()
Getter for newValue The new/proposed value of the field.java.util.HashMap<java.lang.String,java.lang.String>
getOldValue()
Getter for oldValue The current value of the field.java.lang.Integer
getQuestionId()
Getter for questionId The unique ID of the filing calendar question.void
setFieldName(java.lang.String value)
Setter for fieldName The name of the field to be modified.void
setNewValue(java.util.HashMap<java.lang.String,java.lang.String> value)
Setter for newValue The new/proposed value of the field.void
setOldValue(java.util.HashMap<java.lang.String,java.lang.String> value)
Setter for oldValue The current value of the field.void
setQuestionId(java.lang.Integer value)
Setter for questionId The unique ID of the filing calendar question.java.lang.String
toString()
Returns a JSON string representation of FilingCalendarEditModel
-
Constructor Details
-
FilingCalendarEditModel
public FilingCalendarEditModel()
-
-
Method Details
-
getFieldName
public java.lang.String getFieldName()Getter for fieldName The name of the field to be modified. -
setFieldName
public void setFieldName(java.lang.String value)Setter for fieldName The name of the field to be modified. -
getQuestionId
public java.lang.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(java.lang.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 java.util.HashMap<java.lang.String,java.lang.String> getOldValue()Getter for oldValue The current value of the field. -
setOldValue
public void setOldValue(java.util.HashMap<java.lang.String,java.lang.String> value)Setter for oldValue The current value of the field. -
getNewValue
public java.util.HashMap<java.lang.String,java.lang.String> getNewValue()Getter for newValue The new/proposed value of the field. -
setNewValue
public void setNewValue(java.util.HashMap<java.lang.String,java.lang.String> value)Setter for newValue The new/proposed value of the field. -
toString
public java.lang.String toString()Returns a JSON string representation of FilingCalendarEditModel- Overrides:
toString
in classjava.lang.Object
-