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

com.ghunteranderson.nexus.model.StatusDetails Maven / Gradle / Ivy

The newest version!
package com.ghunteranderson.nexus.model;

import java.util.Date;

import lombok.Data;

@Data
public class StatusDetails {
	private boolean healthy;
	private String message;
	private String error;
	private String details;
	private Date time;
	private int duration;
	private String timestamp;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy