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

com.zabbix4j.history.HistoryGetResponse Maven / Gradle / Ivy

The newest version!
package com.zabbix4j.history;

import com.zabbix4j.ZabbixApiResponse;

import java.util.List;

/**
 * Created by Suguru Yajima on 2014/06/03.
 */
public class HistoryGetResponse extends ZabbixApiResponse {
    private List result;

    public HistoryGetResponse() {
        super();
    }

    public List getResult() {
        return result;
    }

    public void setResult(List result) {
        this.result = result;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy