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

com.alipay.api.response.AlipaySocialBaseChatSendResponse Maven / Gradle / Ivy

package com.alipay.api.response;

import com.alipay.api.internal.mapping.ApiField;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.social.base.chat.send response.
 * 
 * @author auto create
 * @since 1.0, 2023-05-31 06:08:36
 */
public class AlipaySocialBaseChatSendResponse extends AlipayResponse {

	private static final long serialVersionUID = 5382342639864287982L;

	/** 
	 * msg_index:msgid+sessionId
	 */
	@ApiField("msg_index")
	private String msgIndex;

	public void setMsgIndex(String msgIndex) {
		this.msgIndex = msgIndex;
	}
	public String getMsgIndex( ) {
		return this.msgIndex;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy