com.heanbian.block.zabbix.api.ZabbixHostGenericResponse 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 ZabbixHostGenericResponse {
private List hostids;
public List getHostids() {
return hostids;
}
public void setHostids(List hostids) {
this.hostids = hostids;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy