net.mossol.bot.model.HealthResponse 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. 11. 18..
*/
@Data
public class HealthResponse {
private final long id;
private final String content;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy