Class Message


  • public class Message
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Message​(java.lang.String collectorHashId, Type type, java.util.List<Record> records)  
    • Constructor Detail

      • Message

        public Message​(java.lang.String collectorHashId,
                       Type type,
                       java.util.List<Record> records)
    • Method Detail

      • serialize

        public final void serialize​(java.lang.StringBuffer buffer)
      • getCollectorHashId

        public java.lang.String getCollectorHashId()
      • getType

        public Type getType()
      • getRecords

        public java.util.List<Record> getRecords()
      • count

        public int count()