package com.ea.easp; public class User { String mDisplayName; String[] mEmail; String[] mPhoneNumber; }