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

org.nofdev.servicefacade.HttpJsonResponse.groovy Maven / Gradle / Ivy

The newest version!
package org.nofdev.servicefacade
/**
 * Created by Qiang on 7/30/14.
 */
//@JsonTypeInfo(use=JsonTypeInfo.Id.NONE, include=JsonTypeInfo.As.WRAPPER_OBJECT)
public class HttpJsonResponse implements Serializable {
    private static final long serialVersionUID = 5393610697317077173L;

    T val;
    String callId;
    ExceptionMessage err;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy