package com.dacrt.SBIABackend.dto;

import java.util.List;

public class DahboardappprocessdisttopContentDto1 {
	private List<LabelValueBigIntegerDto> list;

	public DahboardappprocessdisttopContentDto1() {
		super();
	}

	public DahboardappprocessdisttopContentDto1(List<LabelValueBigIntegerDto> list) {
		super();
		this.list = list;
	}

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

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