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

com.riversoft.weixin.mp.event.care.SessionCloseEvent Maven / Gradle / Ivy

There is a newer version: 0.9.8
Show newest version
package com.riversoft.weixin.mp.event.care;

import com.fasterxml.jackson.annotation.JsonProperty;
import com.riversoft.weixin.common.event.EventRequest;

/**
 * Created by exizhai on 11/22/2015.
 */
public class SessionCloseEvent extends EventRequest {

    @JsonProperty("KfAccount")
    private String care;

    public String getCare() {
        return care;
    }

    public void setCare(String care) {
        this.care = care;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy