Returns a string representation of the message @return a string representation of the message
()
| 246 | * @return a string representation of the message |
| 247 | */ |
| 248 | public String toString () { |
| 249 | return id; |
| 250 | } |
| 251 | |
| 252 | /** |
| 253 | * Deep copies message data from other message. If new fields are |