Class ModifiedLBSolrClient.Rsp

  • Enclosing class:
    ModifiedLBSolrClient

    public static class ModifiedLBSolrClient.Rsp
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.solr.common.util.NamedList<java.lang.Object> rsp  
      protected java.lang.String server  
    • Constructor Summary

      Constructors 
      Constructor Description
      Rsp()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.solr.common.util.NamedList<java.lang.Object> getResponse()
      The response from the server
      java.lang.String getServer()
      The server that returned the response
      • Methods inherited from class java.lang.Object

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

      • server

        protected java.lang.String server
      • rsp

        protected org.apache.solr.common.util.NamedList<java.lang.Object> rsp
    • Constructor Detail

      • Rsp

        public Rsp()
    • Method Detail

      • getResponse

        public org.apache.solr.common.util.NamedList<java.lang.Object> getResponse()
        The response from the server
      • getServer

        public java.lang.String getServer()
        The server that returned the response