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

com.dingtalk.api.response.CorpMessageCorpconversationSendmockResponse Maven / Gradle / Ivy

The newest version!
package com.dingtalk.api.response;

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

import com.taobao.api.TaobaoResponse;

/**
 * TOP DingTalk-API: dingtalk.corp.message.corpconversation.sendmock response.
 * 
 * @author top auto create
 * @since 1.0, null
 */
public class CorpMessageCorpconversationSendmockResponse extends TaobaoResponse {

	private static final long serialVersionUID = 4391282618519979871L;

	/** 
	 * 返回结果
	 */
	@ApiField("result")
	private String result;


	public void setResult(String result) {
		this.result = result;
	}
	public String getResult( ) {
		return this.result;
	}

	
	


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy