Below is a Java POJO in my application:
Java
public class Appointment { private Date appointmentStartDatetime; private String timezone;