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

com.taosdata.jdbc.ws.entity.Payload Maven / Gradle / Ivy

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

import com.alibaba.fastjson.annotation.JSONField;

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

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

    public long getReqId() {
        return reqId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy