Class SkyscraperStatusModel
java.lang.Object
net.avalara.avatax.rest.client.models.SkyscraperStatusModel
Represents a list of statuses of returns available in skyscraper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for country The country of the returnsGetter for expectedResponseTime The expected response time of the callGetter for isAvailable Indicates if the return is currently availableGetter for message Message on the returnsgetName()
Getter for name The specific name of the returns available in skyscraperGetter for requiredFilingCalendarDataFields A list of required fields to fileGetter for scraperType The Scraper typeGetter for taxFormCodes The tax form codes available to file through skyscrpervoid
setCountry
(String value) Setter for country The country of the returnsvoid
setExpectedResponseTime
(String value) Setter for expectedResponseTime The expected response time of the callvoid
setIsAvailable
(Boolean value) Setter for isAvailable Indicates if the return is currently availablevoid
setMessage
(String value) Setter for message Message on the returnsvoid
Setter for name The specific name of the returns available in skyscrapervoid
Setter for requiredFilingCalendarDataFields A list of required fields to filevoid
setScraperType
(ScraperType value) Setter for scraperType The Scraper typevoid
setTaxFormCodes
(ArrayList<String> value) Setter for taxFormCodes The tax form codes available to file through skyscrpertoString()
Returns a JSON string representation of SkyscraperStatusModel
-
Constructor Details
-
SkyscraperStatusModel
public SkyscraperStatusModel()
-
-
Method Details
-
getName
Getter for name The specific name of the returns available in skyscraper -
setName
Setter for name The specific name of the returns available in skyscraper -
getTaxFormCodes
Getter for taxFormCodes The tax form codes available to file through skyscrper -
setTaxFormCodes
Setter for taxFormCodes The tax form codes available to file through skyscrper -
getCountry
Getter for country The country of the returns -
setCountry
Setter for country The country of the returns -
getScraperType
Getter for scraperType The Scraper type -
setScraperType
Setter for scraperType The Scraper type -
getIsAvailable
Getter for isAvailable Indicates if the return is currently available -
setIsAvailable
Setter for isAvailable Indicates if the return is currently available -
getExpectedResponseTime
Getter for expectedResponseTime The expected response time of the call -
setExpectedResponseTime
Setter for expectedResponseTime The expected response time of the call -
getMessage
Getter for message Message on the returns -
setMessage
Setter for message Message on the returns -
getRequiredFilingCalendarDataFields
Getter for requiredFilingCalendarDataFields A list of required fields to file -
setRequiredFilingCalendarDataFields
public void setRequiredFilingCalendarDataFields(ArrayList<requiredFilingCalendarDataFieldModel> value) Setter for requiredFilingCalendarDataFields A list of required fields to file -
toString
Returns a JSON string representation of SkyscraperStatusModel
-