Class FilingFrequencyModel
java.lang.Object
net.avalara.avatax.rest.client.models.FilingFrequencyModel
public class FilingFrequencyModel
extends java.lang.Object
FilingFrequency Model
-
Constructor Summary
Constructors Constructor Description FilingFrequencyModel()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
Getter for description The description name of this filing frequencyjava.lang.Integer
getId()
Getter for id The unique ID number of this filing frequency.void
setDescription(java.lang.String value)
Setter for description The description name of this filing frequencyvoid
setId(java.lang.Integer value)
Setter for id The unique ID number of this filing frequency.java.lang.String
toString()
Returns a JSON string representation of FilingFrequencyModel
-
Constructor Details
-
FilingFrequencyModel
public FilingFrequencyModel()
-
-
Method Details
-
getId
public java.lang.Integer getId()Getter for id The unique ID number of this filing frequency. -
setId
public void setId(java.lang.Integer value)Setter for id The unique ID number of this filing frequency. -
getDescription
public java.lang.String getDescription()Getter for description The description name of this filing frequency -
setDescription
public void setDescription(java.lang.String value)Setter for description The description name of this filing frequency -
toString
public java.lang.String toString()Returns a JSON string representation of FilingFrequencyModel- Overrides:
toString
in classjava.lang.Object
-