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

com.dft.api.shopify.model.Count Maven / Gradle / Ivy

The newest version!
package com.dft.api.shopify.model;

import javax.xml.bind.annotation.XmlRootElement;

@XmlRootElement
public class Count {
 
	private int count;

	public int getCount() {
		return count;
	}

	public void setCount(int count) {
		this.count = count;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy