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

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

package com.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 - 2025 Weber Informatics LLC | Privacy Policy