| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.retrieve_and_rank.v1.model |
Classes that map the HTTP service requests and responses into POJOs.
|
| Modifier and Type | Method and Description |
|---|---|
SolrClusterSizeResponse.Status |
SolrClusterSizeResponse.getStatus()
Gets the status.
|
static SolrClusterSizeResponse.Status |
SolrClusterSizeResponse.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrClusterSizeResponse.Status[] |
SolrClusterSizeResponse.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SolrClusterSizeResponse(String clusterId,
Integer currentSize,
Integer targetSize,
String message,
SolrClusterSizeResponse.Status status)
Instantiates a resize request response.
|
Copyright © 2015–2016. All rights reserved.