Class SkyscraperStatusModel


  • public class SkyscraperStatusModel
    extends java.lang.Object
    Represents a list of statuses of returns available in skyscraper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCountry()
      Getter for country The country of the returns
      java.lang.String getExpectedResponseTime()
      Getter for expectedResponseTime The expected response time of the call
      java.lang.Boolean getIsAvailable()
      Getter for isAvailable Indicates if the return is currently available
      java.lang.String getMessage()
      Getter for message Message on the returns
      java.lang.String getName()
      Getter for name The specific name of the returns available in skyscraper
      java.util.ArrayList<requiredFilingCalendarDataFieldModel> getRequiredFilingCalendarDataFields()
      Getter for requiredFilingCalendarDataFields A list of required fields to file
      ScraperType getScraperType()
      Getter for scraperType The Scraper type
      java.util.ArrayList<java.lang.String> getTaxFormCodes()
      Getter for taxFormCodes The tax form codes available to file through skyscrper
      void setCountry​(java.lang.String value)
      Setter for country The country of the returns
      void setExpectedResponseTime​(java.lang.String value)
      Setter for expectedResponseTime The expected response time of the call
      void setIsAvailable​(java.lang.Boolean value)
      Setter for isAvailable Indicates if the return is currently available
      void setMessage​(java.lang.String value)
      Setter for message Message on the returns
      void setName​(java.lang.String value)
      Setter for name The specific name of the returns available in skyscraper
      void setRequiredFilingCalendarDataFields​(java.util.ArrayList<requiredFilingCalendarDataFieldModel> value)
      Setter for requiredFilingCalendarDataFields A list of required fields to file
      void setScraperType​(ScraperType value)
      Setter for scraperType The Scraper type
      void setTaxFormCodes​(java.util.ArrayList<java.lang.String> value)
      Setter for taxFormCodes The tax form codes available to file through skyscrper
      java.lang.String toString()
      Returns a JSON string representation of SkyscraperStatusModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SkyscraperStatusModel

        public SkyscraperStatusModel()
    • Method Detail

      • getName

        public java.lang.String getName()
        Getter for name The specific name of the returns available in skyscraper
      • setName

        public void setName​(java.lang.String value)
        Setter for name The specific name of the returns available in skyscraper
      • getTaxFormCodes

        public java.util.ArrayList<java.lang.String> getTaxFormCodes()
        Getter for taxFormCodes The tax form codes available to file through skyscrper
      • setTaxFormCodes

        public void setTaxFormCodes​(java.util.ArrayList<java.lang.String> value)
        Setter for taxFormCodes The tax form codes available to file through skyscrper
      • getCountry

        public java.lang.String getCountry()
        Getter for country The country of the returns
      • setCountry

        public void setCountry​(java.lang.String value)
        Setter for country The country of the returns
      • getScraperType

        public ScraperType getScraperType()
        Getter for scraperType The Scraper type
      • setScraperType

        public void setScraperType​(ScraperType value)
        Setter for scraperType The Scraper type
      • getIsAvailable

        public java.lang.Boolean getIsAvailable()
        Getter for isAvailable Indicates if the return is currently available
      • setIsAvailable

        public void setIsAvailable​(java.lang.Boolean value)
        Setter for isAvailable Indicates if the return is currently available
      • getExpectedResponseTime

        public java.lang.String getExpectedResponseTime()
        Getter for expectedResponseTime The expected response time of the call
      • setExpectedResponseTime

        public void setExpectedResponseTime​(java.lang.String value)
        Setter for expectedResponseTime The expected response time of the call
      • getMessage

        public java.lang.String getMessage()
        Getter for message Message on the returns
      • setMessage

        public void setMessage​(java.lang.String value)
        Setter for message Message on the returns
      • getRequiredFilingCalendarDataFields

        public java.util.ArrayList<requiredFilingCalendarDataFieldModel> getRequiredFilingCalendarDataFields()
        Getter for requiredFilingCalendarDataFields A list of required fields to file
      • setRequiredFilingCalendarDataFields

        public void setRequiredFilingCalendarDataFields​(java.util.ArrayList<requiredFilingCalendarDataFieldModel> value)
        Setter for requiredFilingCalendarDataFields A list of required fields to file
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of SkyscraperStatusModel
        Overrides:
        toString in class java.lang.Object