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

com.ebay.clients.models.EbayParameter Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.ebay.clients.models;

public class EbayParameter {

	private String name;
	private String value;

	public String getName() {
		return name;
	}

	public void setName(String name) {
		this.name = name;
	}

	public String getValue() {
		return value;
	}

	public void setValue(String value) {
		this.value = value;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy