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

com.genesys.provisioning.models.Results Maven / Gradle / Ivy

There is a newer version: 9.0.75
Show newest version
package com.genesys.provisioning.models;

import java.util.List;

public class Results {
	private List results = null;
	private Integer totalCount = null;
	
	public Results() {
		
	}
	
	public List getResults() {
		return results;
	}
	
	public void setResults(List results) {
		this.results = results;
	}
	
	public Integer getTotalCount() {
		return totalCount;
	}
	
	public void setTotalCount(Integer totalCount) {
		this.totalCount = totalCount;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy