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

com.ideaaedi.commonds.monitor.info.SystemOtherInfo Maven / Gradle / Ivy

The newest version!
package com.ideaaedi.commonds.monitor.info;

import lombok.Data;

/**
 * 其它系统信息
 *
 * @author JustryDeng 
 * @since 2022/7/8 17:10
 */
@Data
public class SystemOtherInfo {

    /** os.name */
    private String osName;
    
    /** program start time */
    private String programStartTime;
    
    /** process pid */
    private String processPid;
    
    /** java.home */
    private String javaHome;
    
    /** java.version */
    private String javaVersion;
    
    /** user.home */
    private String userHome;
    
    /** user.name */
    private String userName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy