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

com.textrazor.dictionary.model.GetDictionaryResponse Maven / Gradle / Ivy

package com.textrazor.dictionary.model;

import com.textrazor.net.TextRazorResponse;

public class GetDictionaryResponse extends TextRazorResponse  {
	
	private Dictionary response;

	public Dictionary getResponse() {
		return response;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy