All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.heanbian.block.zabbix.api.ZabbixTemplateId Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
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