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

com.foreach.imageserver.dto.JsonResponse Maven / Gradle / Ivy

The newest version!
package com.foreach.imageserver.dto;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class JsonResponse
{
	public boolean success;
	public String errorMessage;
	public T result;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy