com.heanbian.block.zabbix.api.ZabbixTemplateId 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;
public class ZabbixTemplateId {
private String templateid;
public String getTemplateid() {
return templateid;
}
public ZabbixTemplateId(String templateid) {
this.templateid = templateid;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy