com.testvagrant.optimuscloud.entities.SessionReservationDetails Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The Java Client provides access to Optimus cloud for all java based projects.
package com.testvagrant.optimuscloud.entities;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Getter;
import lombok.Setter;
import java.util.List;
@Getter @Setter @JsonIgnoreProperties(ignoreUnknown = true)
public class SessionReservationDetails {
private String buildNo;
private List sessionDetails;
private int maxTimeout;
private int totalSessions;
private String routingKey;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy