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

com.algolia.search.models.insights.InsightsResult Maven / Gradle / Ivy

There is a newer version: 3.16.9
Show newest version
package com.algolia.search.models.insights;

import java.io.Serializable;

public class InsightsResult implements Serializable {

  public int getStatus() {
    return status;
  }

  public void setStatus(int status) {
    this.status = status;
  }

  public String getMessage() {
    return message;
  }

  public InsightsResult setMessage(String message) {
    this.message = message;
    return this;
  }

  private int status;
  private String message;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy