package br.com.doctors.converters.agendamento; import br.com.doctors.util.json.JSONObject; interface HorarioJson extends JSONObject { public Long getId() ; }