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

com.tvd12.ezyhttp.client.data.DownloadFileResult Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezyhttp.client.data;

import lombok.AllArgsConstructor;
import lombok.Getter;

@Getter
@AllArgsConstructor
public class DownloadFileResult {
    private final String originalFileName;
    private final String newFileName;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy