package com.persagy.proxy.adm.model; import java.util.List; public class AdmLocation { private String type; private List<AdmPoint> points; }