public class MockNotification extends Object
| Constructor and Description | 
|---|
MockNotification()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getEmail()  | 
long | 
getExpectedTime()  | 
String | 
getPmail()  | 
String | 
getSubject()  | 
String | 
getTextMsg()  | 
int | 
hashCode()  | 
void | 
setEmail(String email)  | 
void | 
setExpectedTime(long expectedTime)  | 
void | 
setPmail(String pmail)  | 
void | 
setSubject(String subject)  | 
void | 
setTextMsg(String textMsg)  | 
String | 
toString()  | 
public String getEmail()
public void setEmail(String email)
email - The email to set.public String getPmail()
public void setPmail(String pmail)
pmail - The pmail to set.public String getSubject()
public void setSubject(String subject)
subject - The subject to set.public long getExpectedTime()
public void setExpectedTime(long expectedTime)
public String getTextMsg()
public void setTextMsg(String textMsg)
textMsg - The m_textMsg to set.Copyright © 2021. All rights reserved.