package com.dacrt.SBIABackend.dto.responseDto;

import java.util.List;

import com.dacrt.SBIABackend.dto.RecordsReporteRegulatorioDto;
import com.dacrt.SBIABackend.dto.RecordsReporteRegulatorioDto2;
import com.dacrt.SBIABackend.dto.TypeReportDto;
import com.dacrt.SBIABackend.security.dto.PrivilegesAllDto;

public class ReporteRegulatorioRespondeDtoDto2 {
	
	  private String sessionvalidthru;
		
		private Long numofrecords;
			
		private List<RecordsReporteRegulatorioDto2> records;
		
		private List<TypeReportDto> types;
		
		private PrivilegesAllDto privileges;

		public ReporteRegulatorioRespondeDtoDto2(String sessionvalidthru, Long numofrecords,
				List<RecordsReporteRegulatorioDto2> records, List<TypeReportDto> types,PrivilegesAllDto privileges) {
			super();
			this.sessionvalidthru = sessionvalidthru;
			this.numofrecords = numofrecords;
			this.records = records;
			this.types = types;
			this.privileges = privileges;
		}

		public ReporteRegulatorioRespondeDtoDto2() {
			super();
			// TODO Auto-generated constructor stub
		}

		public String getSessionvalidthru() {
			return sessionvalidthru;
		}

		public void setSessionvalidthru(String sessionvalidthru) {
			this.sessionvalidthru = sessionvalidthru;
		}

		public Long getNumofrecords() {
			return numofrecords;
		}

		public void setNumofrecords(Long numofrecords) {
			this.numofrecords = numofrecords;
		}

		public List<RecordsReporteRegulatorioDto2> getRecords() {
			return records;
		}

		public void setRecords(List<RecordsReporteRegulatorioDto2> records) {
			this.records = records;
		}

		public List<TypeReportDto> getTypes() {
			return types;
		}

		public void setTypes(List<TypeReportDto> types) {
			this.types = types;
		}

		public PrivilegesAllDto getPrivileges() {
			return privileges;
		}

		public void setPrivileges(PrivilegesAllDto privileges) {
			this.privileges = privileges;
		}
		
}
