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

info.unterrainer.server.eliteserverdtos.jsons.GraphHistogramHeadingJson Maven / Gradle / Ivy

The newest version!
package info.unterrainer.server.eliteserverdtos.jsons;

import java.time.LocalDateTime;

import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import lombok.experimental.SuperBuilder;

@Data
@NoArgsConstructor
@SuperBuilder(toBuilder = true)
@EqualsAndHashCode()
public class GraphHistogramHeadingJson {

	private LocalDateTime from;
	private LocalDateTime to;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy