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

com.taobao.api.response.AppipGetResponse 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.appip.get response.
 * 
 * @author top auto create
 * @since 1.0, null
 */
public class AppipGetResponse extends TaobaoResponse {

	private static final long serialVersionUID = 1225943441158639939L;

	/** 
	 * ISV发起请求服务器IP
	 */
	@ApiField("ip")
	private String ip;


	public void setIp(String ip) {
		this.ip = ip;
	}
	public String getIp( ) {
		return this.ip;
	}
	


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy