com.dominodatalab.api.model.DominoVersion Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of domino-java-client Show documentation
Show all versions of domino-java-client Show documentation
Domino Data Lab API Client to connect to Domino web services using Java HTTP Client.
package com.dominodatalab.api.model;
import java.util.Date;
/**
* Model object for the undocumented Version REST API to get the current Domino Version
*/
@lombok.Data
@lombok.Builder
@lombok.NoArgsConstructor
@lombok.AllArgsConstructor
public class DominoVersion {
private String buildId;
private String buildUrl;
private String commitId;
private String commitUrl;
private Date timestamp;
private String version;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy