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

jizcode.netty.contract.QueryBody Maven / Gradle / Ivy

There is a newer version: 1.0.14-BETA
Show newest version
package jizcode.netty.contract;

public class QueryBody{
    private String name;

    /**
     * @return the name
     */
    public String getName() {
        return name;
    }

    /**
     * @param name the name to set
     */
    public void setName(String name) {
        this.name = name;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy