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

com.xcase.integrate.impl.simple.transputs.GetSystemCPULoadAverageHistoryResponseImpl Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.integrate.impl.simple.transputs;

import com.xcase.integrate.objects.SystemCPULoadAverageHistory;
import com.xcase.integrate.transputs.GetSystemCPULoadAverageHistoryResponse;

/**
 *
 * @author martin
 */
public class GetSystemCPULoadAverageHistoryResponseImpl extends IntegrateResponseImpl implements GetSystemCPULoadAverageHistoryResponse {

    private SystemCPULoadAverageHistory systemCPULoadAverageHistory;

    public SystemCPULoadAverageHistory getSystemCPULoadAverageHistory() {
        return this.systemCPULoadAverageHistory;
    }

    public void setSystemCPULoadAverageHistory(SystemCPULoadAverageHistory systemCPULoadAverageHistory) {
        this.systemCPULoadAverageHistory = systemCPULoadAverageHistory;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy