public class SolrCluster extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SolrCluster.StatusSolr Cluster Status. | 
| Constructor and Description | 
|---|
| SolrCluster(String solrClusterId,
           String solrClusterName,
           String solrClusterSize,
           SolrCluster.Status solrClusterStatus)Instantiates a new Solr cluster. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getId()Gets the id. | 
| String | getName()Gets the name. | 
| String | getSize()Gets the size of the cluster. | 
| SolrCluster.Status | getStatus()Gets the status. | 
equals, hashCode, toStringpublic SolrCluster(String solrClusterId, String solrClusterName, String solrClusterSize, SolrCluster.Status solrClusterStatus)
solrClusterId - the Solr cluster idsolrClusterName - the Solr cluster namesolrClusterSize - the Solr cluster sizesolrClusterStatus - the Solr cluster statuspublic String getId()
public String getName()
public String getSize()
public SolrCluster.Status getStatus()
Copyright © 2015–2016 IBM Watson. All rights reserved.