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

com.taosdata.jdbc.ws.tmq.entity.UnsubscribeReq Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package com.taosdata.jdbc.ws.tmq.entity;

import com.alibaba.fastjson.annotation.JSONField;
import com.taosdata.jdbc.ws.entity.Payload;

public class UnsubscribeReq extends Payload {
    @JSONField(name = "req_id")
    private long reqId;

    @Override
    public long getReqId() {
        return reqId;
    }

    @Override
    public void setReqId(long reqId) {
        this.reqId = reqId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy