Interface MessageModel

All Known Implementing Classes:
MessageSchema

public interface MessageModel
  • Method Details

    • getAllFields

      java.util.List<MessageField> getAllFields()
    • getFieldById

      MessageField getFieldById​(int id)
    • getFieldByPath

      MessageField getFieldByPath​(java.lang.String path)