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

com.egzosn.pay.common.bean.outbuilder.PayTextOutMessage Maven / Gradle / Ivy

There is a newer version: 2.14.7
Show newest version
package com.egzosn.pay.common.bean.outbuilder;

import com.egzosn.pay.common.bean.MsgType;
import com.egzosn.pay.common.bean.PayOutMessage;

/**
 * @author egan
 *  
 *      email [email protected]
 *      date 2016-6-1 11:40:30
 *  
*/ public class PayTextOutMessage extends PayOutMessage{ public PayTextOutMessage() { this.msgType = MsgType.text.name(); } @Override public String toMessage() { return getContent(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy