Class PresenceEnvelope


  • public class PresenceEnvelope
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAction()  
      com.google.gson.JsonElement getData()  
      java.lang.Integer getOccupancy()  
      java.lang.Long getTimestamp()  
      java.lang.String getUuid()  
      • Methods inherited from class java.lang.Object

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

      • PresenceEnvelope

        public PresenceEnvelope()
    • Method Detail

      • getAction

        public java.lang.String getAction()
      • getUuid

        public java.lang.String getUuid()
      • getOccupancy

        public java.lang.Integer getOccupancy()
      • getTimestamp

        public java.lang.Long getTimestamp()
      • getData

        public com.google.gson.JsonElement getData()