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

io.github.xuyao5.dkl.eskits.schema.httpfs.FileChecksum Maven / Gradle / Ivy

package io.github.xuyao5.dkl.eskits.schema.httpfs;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

/**
 * @author Thomas.XU(xuyao)
 * @version 11/09/21 19:11
 */
@Data(staticConstructor = "of")
public final class FileChecksum {

    @SerializedName(value = "Algorithm", alternate = "algorithm")
    private String algorithm;

    @SerializedName(value = "Bytes", alternate = "bytes")
    private String bytes;

    @SerializedName(value = "Length", alternate = "length")
    private int length;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy