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

io.github.zanella.nomad.v1.evaluations.model.EvaluationAllocation Maven / Gradle / Ivy

The newest version!
package io.github.zanella.nomad.v1.evaluations.model;

import io.github.zanella.nomad.v1.common.models.AllocationSummary;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;

@Data
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@AllArgsConstructor(suppressConstructorProperties = true)
public class EvaluationAllocation extends AllocationSummary {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy