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

global.namespace.archive.io.delta.dto.EntryNameAndTwoDigestValuesDTO Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (C) 2013-2018 Schlichtherle IT Services.
 * All rights reserved. Use is subject to license terms.
 */
package global.namespace.archive.io.delta.dto;

import java.io.Serializable;

/** @author Christian Schlichtherle */
public final class EntryNameAndTwoDigestValuesDTO implements Serializable {

    public String name, first, second;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy