com.github.attemper.alarm.Msg Maven / Gradle / Ivy
The newest version!
package com.github.attemper.alarm;
public abstract class Msg implements Information {
protected String msgtype;
public String getMsgtype() {
return msgtype;
}
public Msg setMsgtype(String msgtype) {
this.msgtype = msgtype;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy