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

com.jd.blockchain.consensus.event.EventEntity Maven / Gradle / Ivy

There is a newer version: 1.6.5.RELEASE
Show newest version
/**
 * Copyright: Copyright 2016-2020 JD.COM All Right Reserved
 * FileName: EventEntity
 * Author: shaozhuguang
 * Department: 区块链研发部
 * Date: 2018/11/5 下午11:18
 * Description:
 */
package com.jd.blockchain.consensus.event;

/**
 *
 * @author shaozhuguang
 * @create 2018/11/5
 * @since 1.0.0
 */

public class EventEntity {

    private T entity;

    public T getEntity() {
        return this.entity;
    }

    public void setEntity(T entity) {
        this.entity = entity;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy