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

org.macrocloud.kernel.toolkit.api.IResultCode Maven / Gradle / Ivy

There is a newer version: 1.1.0-RELEASE
Show newest version
package org.macrocloud.kernel.toolkit.api;

import java.io.Serializable;


/**
 * The Interface IResultCode.
 */
public interface IResultCode extends Serializable {


	/**
	 * Gets the message.
	 *
	 * @return String the message
	 */
	String getMessage();


	/**
	 * Gets the code.
	 *
	 * @return int the code
	 */
	int getCode();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy