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

ForensicsToolbox.GhostReport Maven / Gradle / Ivy

The newest version!
package ForensicsToolbox;

import java.util.ArrayList;
import java.util.List;
import org.mongodb.morphia.annotations.Embedded;

/**
 * Created by marzampoglou on 11/19/15.
 */
@Embedded
public class GhostReport {
    public Boolean completed=false;
    public List Maps = new ArrayList();
    public String GIFMaps;
    public List Qualities = new ArrayList();
    public List Differences = new ArrayList();
    public List MinValues = new ArrayList();
    public List MaxValues = new ArrayList();
    public int MinQuality;
    public int MaxQuality;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy