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

io.github.jpmorganchase.fusion.api.response.ContentRange Maven / Gradle / Ivy

package io.github.jpmorganchase.fusion.api.response;

import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.ToString;

@Getter
@Builder
@ToString
@EqualsAndHashCode
public class ContentRange {

    Long start;
    Long end;
    Long total;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy