cz.mmsparams.api.websocket.messages.mmsc.MmscSendMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of MmsParamsAPI Show documentation
Show all versions of MmsParamsAPI Show documentation
Common library for MmsParams system
The newest version!
package cz.mmsparams.api.websocket.messages.mmsc;
import java.io.Serializable;
import cz.mmsparams.api.websocket.WebSocketMessageBase;
import cz.mmsparams.api.websocket.model.mmsc.send.MmscSendModel;
public class MmscSendMessage extends WebSocketMessageBase implements Serializable
{
private MmscSendModel mmscSendModel;
public MmscSendModel getMmscSendModel()
{
return mmscSendModel;
}
public void setMmscSendModel(MmscSendModel mmscSendModel)
{
this.mmscSendModel = mmscSendModel;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy