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

com.heanbian.block.zabbix.api.ZabbixHostInterfaceGenericResponse 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 ZabbixHostInterfaceGenericResponse {

	private List interfaceids;

	public List getInterfaceids() {
		return interfaceids;
	}

	public void setInterfaceids(List interfaceids) {
		this.interfaceids = interfaceids;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy