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

com.tvd12.ezyhttp.server.management.data.DiskPoint Maven / Gradle / Ivy

The newest version!
package com.tvd12.ezyhttp.server.management.data;

import lombok.Builder;
import lombok.Getter;

@Getter
@Builder
public class DiskPoint {

    private long freeSpace;
    private long totalSpace;
    private long usableSpace;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy