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

app.tozzi.uudecoder.model.UUDecodedBean Maven / Gradle / Ivy

The newest version!
package app.tozzi.uudecoder.model;

import java.util.ArrayList;
import java.util.List;

import app.tozzi.uudecoder.UUDecoder.UUDecodedAttachment;
import lombok.Data;

/**
 * 
 * @author biagio.tozzi
 *
 */
@Data
public class UUDecodedBean {
	
	private String content;
	private List attachments = new ArrayList<>();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy