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

io.github.zanella.nomad.v1.jobs.models.JobAllocation Maven / Gradle / Ivy

package io.github.zanella.nomad.v1.jobs.models;

import io.github.zanella.nomad.v1.common.models.AllocationSummary;
import lombok.*;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy