Package com.algolia.model.search
Class HasPendingMappingsResponse
java.lang.Object
com.algolia.model.search.HasPendingMappingsResponse
HasPendingMappingsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Cluster pending mapping state: migrating, creating, deleting.Whether there are clusters undergoing migration, creation, or deletion.int
hashCode()
putClusters
(String key, List<String> clustersItem) setClusters
(Map<String, List<String>> clusters) setPending
(Boolean pending) toString()
-
Constructor Details
-
HasPendingMappingsResponse
public HasPendingMappingsResponse()
-
-
Method Details
-
setPending
-
getPending
Whether there are clusters undergoing migration, creation, or deletion. -
setClusters
-
putClusters
-
getClusters
Cluster pending mapping state: migrating, creating, deleting. -
equals
-
hashCode
public int hashCode() -
toString
-