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

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

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 - 2025 Weber Informatics LLC | Privacy Policy