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

com.taobao.api.internal.tmc.TmcAuthGetResponse Maven / Gradle / Ivy

The newest version!
package com.taobao.api.internal.tmc;

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

public class TmcAuthGetResponse extends TaobaoResponse {

	private static final long serialVersionUID = 7048494816614445538L;

	@ApiField("result")
	private String result;

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy