Class FilingCalendarEditModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.FilingCalendarEditModel
-
public class FilingCalendarEditModel extends java.lang.ObjectAn edit to be made on a filing calendar.
-
-
Constructor Summary
Constructors Constructor Description FilingCalendarEditModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFieldName()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.IntegergetQuestionId()Getter for questionId The unique ID of the filing calendar question.voidsetFieldName(java.lang.String value)Setter for fieldName The name of the field to be modified.voidsetNewValue(java.util.HashMap<java.lang.String,java.lang.String> value)Setter for newValue The new/proposed value of the field.voidsetOldValue(java.util.HashMap<java.lang.String,java.lang.String> value)Setter for oldValue The current value of the field.voidsetQuestionId(java.lang.Integer value)Setter for questionId The unique ID of the filing calendar question.java.lang.StringtoString()Returns a JSON string representation of FilingCalendarEditModel
-
-
-
Method Detail
-
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:
toStringin classjava.lang.Object
-
-