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