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

com.newrelic.insights.publish.InsightsResponse Maven / Gradle / Ivy

The newest version!
package com.newrelic.insights.publish;

public class InsightsResponse {

	private boolean success = false;

	public boolean isSuccess() {
		return success;
	}

	public void setSuccess(boolean success) {
		this.success = success;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy