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

panda.ex.gcloud.vision.images.Property Maven / Gradle / Ivy

Go to download

Panda Tube is a Web Service API client for WordPress XML-RPC, Google Vision API, etc.

The newest version!
package panda.ex.gcloud.vision.images;

public class Property {
	private String name;
	private String value;
	private String uint64Value;

	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;
	}
	public String getUint64Value() {
		return uint64Value;
	}
	public void setUint64Value(String uint64Value) {
		this.uint64Value = uint64Value;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy