io.github.zanella.nomad.v1.evaluations.model.EvaluationAllocation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nomad-api Show documentation
Show all versions of nomad-api Show documentation
Java client for Nomad's HTTP API
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