public class NoticeSentTo extends Object
| Modifier and Type | Field and Description | 
|---|---|
String | 
m_contactInfo
Contact info. 
 | 
String | 
m_media
The type of notification mechanism. 
 | 
long | 
m_time
Time the notice was sent to the user in milliseconds. 
 | 
String | 
m_userId
User 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 © 2021. All rights reserved.