Class LookupResponse


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

      Constructors 
      Constructor Description
      LookupResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Data> getData()  
      void setData​(java.util.List<Data> data)  
      • Methods inherited from class java.lang.Object

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

      • LookupResponse

        public LookupResponse()
    • Method Detail

      • getData

        public java.util.List<Data> getData()
      • setData

        public void setData​(java.util.List<Data> data)