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

it.ness.queryable.model.api.TestDataPojo Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package it.ness.queryable.model.api;

import it.ness.queryable.model.test.QT;

import java.util.List;

public class TestDataPojo {
    public List tFieldList;
    public String rsPath;

    @Override
    public String toString() {
        return "TestDataPojo{" +
                "tFieldList=" + tFieldList +
                ", rsPath='" + rsPath + '\'' +
                '}';
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy