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

net.mossol.bot.model.LineResponse Maven / Gradle / Ivy

There is a newer version: 0.0.3.8
Show newest version
package net.mossol.bot.model;

import lombok.Data;

/**
 * Created by Amos.Doan.Mac on 2017. 12. 2..
 */
@Data
public class LineResponse {
    private String response;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy