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

com.riversoft.weixin.qy.event.QySubscriptionEvent Maven / Gradle / Ivy

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

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

/**
 * Created by exizhai on 9/30/2015.
 */
public class QySubscriptionEvent extends SubscriptionEvent {

    @JsonProperty("AgentID")
    private int agentId;

    public int getAgentId() {
        return agentId;
    }

    public void setAgentId(int agentId) {
        this.agentId = agentId;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy