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)
//@NoArgsConstructor
@AllArgsConstructor
public class JobAllocation extends AllocationSummary {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy