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

cn.jsms.api.SendSMSResult Maven / Gradle / Ivy

package cn.jsms.api;

import com.google.gson.annotations.Expose;

import cn.jiguang.common.resp.BaseResult;

public class SendSMSResult extends BaseResult {
	
	@Expose String msg_id;
	
	public String getMessageId() {
		return msg_id;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy