All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lumongo.client.result.UpdateIndexResult Maven / Gradle / Ivy

There is a newer version: 0.52
Show newest version
package org.lumongo.client.result;

import org.lumongo.cluster.message.Lumongo.IndexSettingsResponse;

public class UpdateIndexResult extends Result {

	@SuppressWarnings("unused")
	private IndexSettingsResponse indexSettingsResponse;

	public UpdateIndexResult(IndexSettingsResponse indexSettingsResponse) {
		this.indexSettingsResponse = indexSettingsResponse;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy