Package com.algolia.search.models.mcm
Class HasPendingMappingsResponse
- java.lang.Object
-
- com.algolia.search.models.mcm.HasPendingMappingsResponse
-
- All Implemented Interfaces:
Serializable
public class HasPendingMappingsResponse extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HasPendingMappingsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>getClusters()BooleangetPending()HasPendingMappingsResponsesetClusters(Map<String,List<String>> clusters)HasPendingMappingsResponsesetPending(Boolean pending)
-