首页>代码>kafka集群简单生产者消费者实例>/kafka-simple-demo/src/main/java/com/nibudon/pojo/Info.java
package com.nibudon.pojo;

import java.util.Date;

public class Info {

    private String id;
    private String topic;
    private String message;
    private Date insertDate;

    public String getId() {
        return id;
    }

    public void setId(String id) {
        this.id = id;
    }

    public String getTopic() {
        return topic;
    }

    public void setTopic(String topic) {
        this.topic = topic;
    }

    public String getMessage() {
        return message;
    }

    public void setMessage(String message) {
        this.message = message;
    }

    public Date getInsertDate() {
        return insertDate;
    }

    public void setInsertDate(Date insertDate) {
        this.insertDate = insertDate;
    }
}
最近下载更多
lironggang  LV38 2023年3月18日
胡睿毅  LV4 2022年10月20日
sunlzh888888  LV28 2021年6月29日
李振林  LV12 2021年6月22日
CoderMars  LV13 2021年3月10日
503382513  LV10 2020年11月11日
sangyy  LV10 2020年9月2日
2252536772  LV21 2020年8月27日
gshnlj  LV15 2020年7月27日
xinjames  LV27 2020年1月24日
最近浏览更多
流水本无情  LV9 3月13日
youwuzuichen  LV10 1月4日
graceful 2023年10月18日
暂无贡献等级
zhaoka 2023年5月30日
暂无贡献等级
lironggang  LV38 2023年3月18日
胡睿毅  LV4 2022年10月20日
adu123123  LV1 2022年7月1日
crosa_Don  LV18 2022年6月1日
泡芙1234  LV8 2022年4月21日
yych007  LV5 2022年2月11日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友