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