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

com.taobao.api.response.HttpdnsGetResponse Maven / Gradle / Ivy

There is a newer version: 1.8.10
Show newest version
package com.taobao.api.response;

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

import com.taobao.api.TaobaoResponse;

/**
 * TOP API: taobao.httpdns.get response.
 * 
 * @author top auto create
 * @since 1.0, null
 */
public class HttpdnsGetResponse extends TaobaoResponse {

	private static final long serialVersionUID = 3639286997573216982L;

	/** 
	 * HTTP DNS配置信息
	 */
	@ApiField("result")
	private String result;


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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy