| MigratoryData Client API for Python
    Developer's Guide and Reference Manual | 
Represent a message. More...
| Public Member Functions | |
| MigratoryDataMessage (String subject, String content, List< MigratoryDataField > fields) | |
| Create a MigratoryDataMessage object.  More... | |
| String | getSubject () | 
| Get the subject of the message.  More... | |
| String | getContent () | 
| Get the content of the message.  More... | |
| List< MigratoryDataField > | getFields () | 
| Get the fields of the message.  More... | |
Represent a message.
| MigratoryDataMessage.MigratoryDataMessage | ( | String | subject, | 
| String | content, | ||
| List< MigratoryDataField > | fields | ||
| ) | 
Create a MigratoryDataMessage object.
| subject | The subject of the message | 
| content | The content of the message | 
| fields | The fields of the message (Optional) | 
| MigratoryDataException | An expection with the E_INVALID_SUBJECT code | 
| String MigratoryDataMessage.getSubject | ( | ) | 
Get the subject of the message.
| String MigratoryDataMessage.getContent | ( | ) | 
Get the content of the message.
| List<MigratoryDataField> MigratoryDataMessage.getFields | ( | ) | 
Get the fields of the message.