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

model.AgentInfo Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package model;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
@JsonIgnoreProperties(ignoreUnknown = true)
public class AgentInfo {

    private String ipAddress;
    private String serverFqdn;
    private String hostname;
    private String version;
    private String url;
    private boolean onPrem;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy