Class SearchResult


  • public class SearchResult
    extends Object
    The root entity returned by IRIS for a local or toll-free number search.

    If number details were desired (only works for local queries), telephoneNumberDetailList will be populated and telephoneNumberList will be empty.

    If details were not desired, the plain list of numbers can be found in telephoneNumberList and telephoneNumberDetailList will be empty.

    • Constructor Detail

      • SearchResult

        public SearchResult()
    • Method Detail

      • getError

        public Error getError()
      • setError

        public void setError​(Error error)
      • getResultCount

        public Integer getResultCount()
      • setResultCount

        public void setResultCount​(Integer resultCount)
      • getTelephoneNumberList

        public List<String> getTelephoneNumberList()
      • setTelephoneNumberList

        public void setTelephoneNumberList​(List<String> telephoneNumberList)
      • setTelephoneNumberDetailList

        public void setTelephoneNumberDetailList​(List<TelephoneNumberDetail> telephoneNumberDetailList)