Package 

Class MeshRawReportEventModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String meshId
      private final Array<byte> raw
    • Method Summary

      Modifier and Type Method Description
      String getMeshId()
      Array<byte> getRaw()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MeshRawReportEventModel

        MeshRawReportEventModel(String meshId, Array<byte> raw)