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

com.lostjs.wx4j.data.response.AddContactResponse Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.lostjs.wx4j.data.response;

import com.fasterxml.jackson.annotation.JsonSetter;

/**
 * Created by pw on 04/10/2016.
 */
public class AddContactResponse implements WxResponse {

    private BaseResponse baseResponse;

    @Override
    public BaseResponse getBaseResponse() {
        return baseResponse;
    }

    @JsonSetter("BaseResponse")
    public void setBaseResponse(BaseResponse baseResponse) {
        this.baseResponse = baseResponse;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy