Class Companies


  • public class Companies
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Companies()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.util.List<Company> getCompanies()
      An array of 0-n companies objects eligible for this code.
      java.lang.Integer getCompaniesPerPage()
      The number of companies in each page of results.
      java.lang.Integer getCount()
      The total count of companies returned by this query.
      java.util.Map<java.lang.String,​java.lang.String> getFilters()
      A map summarizing the filters (if any) applied to the query.
      java.lang.Integer getPage()
      The page of results which the response represents.
      java.lang.Integer getPages()
      The total number of result pages available.
      int hashCode()  
      void setCompanies​(java.util.List<Company> companies)
      An array of 0-n companies objects eligible for this code.
      void setCompaniesPerPage​(java.lang.Integer companiesPerPage)
      The number of companies in each page of results.
      void setCount​(java.lang.Integer count)
      The total count of companies returned by this query.
      void setFilters​(java.util.Map<java.lang.String,​java.lang.String> filters)
      A map summarizing the filters (if any) applied to the query.
      void setPage​(java.lang.Integer page)
      The page of results which the response represents.
      void setPages​(java.lang.Integer pages)
      The total number of result pages available.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Companies

        public Companies()
    • Method Detail

      • getCount

        public java.lang.Integer getCount()
        The total count of companies returned by this query.
      • getCompaniesPerPage

        public java.lang.Integer getCompaniesPerPage()
        The number of companies in each page of results.
      • getPage

        public java.lang.Integer getPage()
        The page of results which the response represents.
      • getPages

        public java.lang.Integer getPages()
        The total number of result pages available.
      • getFilters

        public java.util.Map<java.lang.String,​java.lang.String> getFilters()
        A map summarizing the filters (if any) applied to the query.
      • getCompanies

        public java.util.List<Company> getCompanies()
        An array of 0-n companies objects eligible for this code.

        For documentation about the singleton company instances in this array see the documentation for Company/GetCompany

      • setCount

        public void setCount​(java.lang.Integer count)
        The total count of companies returned by this query.
      • setCompaniesPerPage

        public void setCompaniesPerPage​(java.lang.Integer companiesPerPage)
        The number of companies in each page of results.
      • setPage

        public void setPage​(java.lang.Integer page)
        The page of results which the response represents.
      • setPages

        public void setPages​(java.lang.Integer pages)
        The total number of result pages available.
      • setFilters

        public void setFilters​(java.util.Map<java.lang.String,​java.lang.String> filters)
        A map summarizing the filters (if any) applied to the query.
      • setCompanies

        public void setCompanies​(java.util.List<Company> companies)
        An array of 0-n companies objects eligible for this code.

        For documentation about the singleton company instances in this array see the documentation for Company/GetCompany

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object