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

com.github.mengxianun.core.DataResultSet Maven / Gradle / Ivy

The newest version!
package com.github.mengxianun.core;

import java.io.ByteArrayOutputStream;

import com.google.gson.JsonElement;

public interface DataResultSet {

	public int getCode();

	public String getMessage();

	public Object getData();

	public JsonElement getJsonData();

	public boolean isFile();

	public String getFilename();

	public ByteArrayOutputStream getOutputStream();

	public boolean succeed();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy