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

Utils.Responses.Relations.RelacionData Maven / Gradle / Ivy

package Utils.Responses.Relations;

public class RelacionData {
	public String uuid;
	public String rfcEmisor;
	public String rfcReceptor;
	
	public RelacionData(String uuid, String rfcEmisor, String rfcReceptor) {
		this.uuid = uuid;
		this.rfcEmisor = rfcEmisor;
		this.rfcReceptor = rfcReceptor;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy