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

com.taosdata.jdbc.VGroupIDResp Maven / Gradle / Ivy

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

public class VGroupIDResp {
    private int code = 0;
    private int vgID = 0;

    public int getCode() {
        return code;
    }

    public void setCode(int code) {
        this.code = code;
    }

    public int getVgID() {
        return vgID;
    }

    public void setVgID(int vgID) {
        this.vgID = vgID;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy