Class SOLRAPIClient.GetNodesMetaDataResponse

  • Enclosing class:
    SOLRAPIClient

    public static class SOLRAPIClient.GetNodesMetaDataResponse
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<NodeMetaData> getNodes()  
      • Methods inherited from class java.lang.Object

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

      • GetNodesMetaDataResponse

        public GetNodesMetaDataResponse​(org.alfresco.httpclient.Response response,
                                        java.util.List<NodeMetaData> nodes)
    • Method Detail