public class NoticeSentTo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| String | m_contactInfoContact info. | 
| String | m_mediaThe type of notification mechanism. | 
| long | m_timeTime the notice was sent to the user in milliseconds. | 
| String | m_userIdUser this notice was sent to | 
| Constructor and Description | 
|---|
| NoticeSentTo()Default Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContactInfo()getContactInfo | 
| String | getMedia()getMedia | 
| Date | getTime()getTime | 
| String | getUserId()getUserId | 
| void | setContactInfo(String contact)setContactInfo | 
| void | setMedia(String media)setMedia | 
| void | setTime(long time)setTime | 
| void | setUserId(String userid)setUserId | 
public String m_userId
public long m_time
public String m_contactInfo
public String m_media
Copyright © 2019. All rights reserved.