public class Logmsg extends Object implements Serializable
| Constructor and Description | 
|---|
Logmsg()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Logmsg | 
copyFrom(ILogMsg source)  | 
void | 
deleteNotify()  | 
String | 
getContent()
Returns the value of field 'content'. 
 | 
String | 
getDest()
Returns the value of field 'dest'. 
 | 
Boolean | 
getNotify()
Returns the value of field 'notify'. 
 | 
boolean | 
hasNotify()
Method hasNotify. 
 | 
Boolean | 
isNotify()
Returns the value of field 'notify'. 
 | 
void | 
setContent(String content)
Sets the value of field 'content'. 
 | 
void | 
setDest(String dest)
Sets the value of field 'dest'. 
 | 
void | 
setNotify(Boolean notify)
Sets the value of field 'notify'. 
 | 
String | 
toString()  | 
public void deleteNotify()
public String getContent()
public String getDest()
public Boolean getNotify()
public boolean hasNotify()
public Boolean isNotify()
public void setContent(String content)
content - the value of field 'content'.public void setDest(String dest)
dest - the value of field 'dest'.public void setNotify(Boolean notify)
notify - the value of field 'notify'.Copyright © 2020. All rights reserved.