net.mossol.bot.model.LineResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of line_bot_mossol-lib Show documentation
Show all versions of line_bot_mossol-lib Show documentation
Line Bot Mossol (line_bot_mossol-lib)
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