
com.github.hugh.bean.dto.PingDTO Maven / Gradle / Ivy
package com.github.hugh.bean.dto;
import lombok.Data;
/**
* ping命令的结果接收
*
* @author hugh
* @version 1.6.4
*/
@Data
public class PingDTO {
private int loss;//丢包
private double delay;//延迟(平均值)单位:ms
private int status;//状态:0-正常、-1 无法ping通
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy