global.namespace.fun.io.delta.dto.DeltaDTO Maven / Gradle / Ivy
/*
* Copyright (C) 2013-2018 Schlichtherle IT Services.
* All rights reserved. Use is subject to license terms.
*/
package global.namespace.fun.io.delta.dto;
/** @author Christian Schlichtherle */
public final class DeltaDTO {
public String algorithm;
public int numBytes;
public EntryNameAndTwoDigestValuesDTO[] changed;
public EntryNameAndDigestValueDTO[] unchanged, added, removed;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy