package com.dacrt.SBIABackend.dto;

import java.util.List;

public class RankingAplicacionesResponseDto2 {
	private ApplicationDto3 application;
	private TypeDto type;
	private DrptestedDto3 drptested;
	private RtoDto rto;
	private List<ProcessRankingDto> processes;
	private List<ChannelsRankingDto> channels;
	public RankingAplicacionesResponseDto2() {
		super();
	}
	public RankingAplicacionesResponseDto2(ApplicationDto3 application, TypeDto type, DrptestedDto3 drptested,
			RtoDto rto, List<ProcessRankingDto> processes, List<ChannelsRankingDto> channels) {
		super();
		this.application = application;
		this.type = type;
		this.drptested = drptested;
		this.rto = rto;
		this.processes = processes;
		this.channels = channels;
	}
	public ApplicationDto3 getApplication() {
		return application;
	}
	public void setApplication(ApplicationDto3 application) {
		this.application = application;
	}
	public TypeDto getType() {
		return type;
	}
	public void setType(TypeDto type) {
		this.type = type;
	}
	public DrptestedDto3 getDrptested() {
		return drptested;
	}
	public void setDrptested(DrptestedDto3 drptested) {
		this.drptested = drptested;
	}
	public RtoDto getRto() {
		return rto;
	}
	public void setRto(RtoDto rto) {
		this.rto = rto;
	}
	public List<ProcessRankingDto> getProcesses() {
		return processes;
	}
	public void setProcesses(List<ProcessRankingDto> processes) {
		this.processes = processes;
	}
	public List<ChannelsRankingDto> getChannels() {
		return channels;
	}
	public void setChannels(List<ChannelsRankingDto> channels) {
		this.channels = channels;
	}
	
}
