public class SOAPMonitorData extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
OpenAjax_TOPIC |
Constructor and Description |
---|
SOAPMonitorData() |
SOAPMonitorData(Integer message_type,
Long id,
String target,
String soap) |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
Integer |
getMessage_type() |
String |
getSoap() |
String |
getTarget() |
String |
getTime() |
void |
setId(Long id) |
void |
setMessage_type(Integer message_type) |
void |
setSoap(String soap) |
void |
setTarget(String target) |
void |
setTime(String time) |
public static String OpenAjax_TOPIC
public String getTime()
public void setTime(String time)
time
- the time to setpublic Integer getMessage_type()
public void setMessage_type(Integer message_type)
message_type
- the message_type to setpublic Long getId()
public void setId(Long id)
id
- the id to setpublic String getTarget()
public void setTarget(String target)
target
- the target to setpublic String getSoap()
public void setSoap(String soap)
soap
- the soap to set