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

com.egzosn.pay.common.bean.outbuilder.PayJsonOutMessage 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 PayJsonOutMessage extends PayOutMessage{ public PayJsonOutMessage() { this.msgType = MsgType.json.name(); } @Override public String toMessage() { return getContent(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy