package com.dacrt.SBIABackend.dto;

import java.util.List;

public class DahboardappprocessdisttopContentDto {

	private List<LabelValueIntegerDto> list;

	public DahboardappprocessdisttopContentDto(List<LabelValueIntegerDto> list) {
		super();
		this.list = list;
	}

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

	public List<LabelValueIntegerDto> getList() {
		return list;
	}

	public void setList(List<LabelValueIntegerDto> list) {
		this.list = list;
	}
	
	
}
