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

core.dynamic.resources.ApiResponse Maven / Gradle / Ivy

package core.dynamic.resources;

import lombok.Data;

/**
 * Created by nitina on 3/13/17.
 */
@Data
public class ApiResponse {
    private String status;
    private String message;
    private String response;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy