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

com.didiglobal.knowframework.system.metrcis.bean.NetCardInfo Maven / Gradle / Ivy

package com.didiglobal.knowframework.system.metrcis.bean;

/**
 * 网卡信息
 * @author william.
 */
public class NetCardInfo {

    /**
     * mac地址
     */
    private String systemNetCardsBandMacAddress;

    /**
     * 设备名
     */
    private String systemNetCardsBandDevice;

    /**
     * 最大带宽(单位:byte)
     */
    private Long systemNetCardsBandWidth;

    /**
     * 每秒下行流量(单位:字节)
     */
    private PeriodStatistics systemNetCardsReceiveBytesPs;

    /**
     * 每秒上行流量(单位:字节)
     */
    private PeriodStatistics systemNetCardsSendBytesPs;

    public String getSystemNetCardsBandMacAddress() {
        return systemNetCardsBandMacAddress;
    }

    public void setSystemNetCardsBandMacAddress(String systemNetCardsBandMacAddress) {
        this.systemNetCardsBandMacAddress = systemNetCardsBandMacAddress;
    }

    public String getSystemNetCardsBandDevice() {
        return systemNetCardsBandDevice;
    }

    public void setSystemNetCardsBandDevice(String systemNetCardsBandDevice) {
        this.systemNetCardsBandDevice = systemNetCardsBandDevice;
    }

    public Long getSystemNetCardsBandWidth() {
        return systemNetCardsBandWidth;
    }

    public void setSystemNetCardsBandWidth(Long systemNetCardsBandWidth) {
        this.systemNetCardsBandWidth = systemNetCardsBandWidth;
    }

    public PeriodStatistics getSystemNetCardsReceiveBytesPs() {
        return systemNetCardsReceiveBytesPs;
    }

    public void setSystemNetCardsReceiveBytesPs(PeriodStatistics systemNetCardsReceiveBytesPs) {
        this.systemNetCardsReceiveBytesPs = systemNetCardsReceiveBytesPs;
    }

    public PeriodStatistics getSystemNetCardsSendBytesPs() {
        return systemNetCardsSendBytesPs;
    }

    public void setSystemNetCardsSendBytesPs(PeriodStatistics systemNetCardsSendBytesPs) {
        this.systemNetCardsSendBytesPs = systemNetCardsSendBytesPs;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy