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

com.xcase.integrate.transputs.GetLogResponse Maven / Gradle / Ivy

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

import com.xcase.integrate.objects.LogEntry;
import com.xcase.integrate.objects.IntegrateLogAction;

/**
 *
 * @author martin
 */
public interface GetLogResponse extends IntegrateResponse {

    public IntegrateLogAction[] getLogActions();

    public void setLogActions(IntegrateLogAction[] logActions);

    public LogEntry getLogEntry();

    public void setLogEntry(LogEntry logEntry);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy