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

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

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