com.github.ibole.infrastructure.web.spring.AjaxResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infrastructure-all Show documentation
Show all versions of infrastructure-all Show documentation
The all in one project of ibole infrastructure
The newest version!
package com.github.ibole.infrastructure.web.spring;
import com.alibaba.fastjson.JSONAware;
import com.alibaba.fastjson.JSONObject;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.commons.collections.CollectionUtils;
public class AjaxResponse implements JSONAware {
public final static int RESPONSE_STATUS_SUCCESS=0;
public final static int RESPONSE_STATUS_FAIURE=-1;
public final static int RESPONSE_STATUS_VALIDATION_FAILED=-2;
public final static int RESPONSE_OPERATION_COMPLETED=9999;
public final static int CODE_ALREADY_EXIST=9998;
private int status;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy