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

com.webapp.utils.thrift.ThriftService Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.webapp.utils.thrift;

import java.util.List;

public class ThriftService {
	
	private String name;
	
	private List methods;

	/**
	 * @return the name
	 */
	public String getName() {
		return name;
	}

	/**
	 * @param name the name to set
	 */
	public void setName(String name) {
		this.name = name;
	}

	/**
	 * @return the methods
	 */
	public List getMethods() {
		return methods;
	}

	/**
	 * @param methods the methods to set
	 */
	public void setMethods(List methods) {
		this.methods = methods;
	}
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy