Class ConversationReadEventAllOfPayload


  • public class ConversationReadEventAllOfPayload
    extends java.lang.Object
    The payload of the event. The contents of this object depend on the type of event.
    • Field Detail

      • JSON_PROPERTY_CONVERSATION

        public static final java.lang.String JSON_PROPERTY_CONVERSATION
        See Also:
        Constant Field Values
      • JSON_PROPERTY_ACTIVITY

        public static final java.lang.String JSON_PROPERTY_ACTIVITY
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConversationReadEventAllOfPayload

        public ConversationReadEventAllOfPayload()
    • Method Detail

      • getConversation

        @Nullable
        public ConversationTruncated getConversation()
        The conversation in which the message was read.
        Returns:
        conversation
      • getActivity

        @Nullable
        public Activity getActivity()
        The activity that was sent.
        Returns:
        activity
      • setActivity

        public void setActivity​(Activity activity)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object