com.heanbian.block.zabbix.api.ZabbixHostInterfaceGenericResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zabbix-client Show documentation
Show all versions of zabbix-client Show documentation
heanbian zabbix client component.
package com.heanbian.block.zabbix.api;
import java.util.List;
public class ZabbixHostInterfaceGenericResponse {
private List interfaceids;
public List getInterfaceids() {
return interfaceids;
}
public void setInterfaceids(List interfaceids) {
this.interfaceids = interfaceids;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy