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

com.github.shoothzj.javatool.module.network.VirtualIfCfg Maven / Gradle / Ivy

There is a newer version: 3.1.15
Show newest version
package com.github.shoothzj.javatool.module.network;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.extern.slf4j.Slf4j;

/**
 * @author hezhangjian
 */
@Slf4j
@Data
@NoArgsConstructor
@AllArgsConstructor
public class VirtualIfCfg {

    private String name;

    private String virtualName;

    private String ip;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy