package org.fluxtream.core.mvc.models; import java.util.List; public class TimeZoneMappingModel { public List<TimeZoneSegmentModel> timeZones; }