Class VideoChatEnded


  • public class VideoChatEnded
    extends java.lang.Object
    This object represents a service message about a video chat ended in the chat. VideoChatEnded
    Since:
    1.0.0
    Author:
    Sergio del Amo
    • Constructor Summary

      Constructors 
      Constructor Description
      VideoChatEnded()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getDuration()  
      void setDuration​(java.lang.Integer duration)  
      • Methods inherited from class java.lang.Object

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

      • VideoChatEnded

        public VideoChatEnded()
    • Method Detail

      • getDuration

        @NonNull
        public java.lang.Integer getDuration()
        Returns:
        Video chat duration in seconds
      • setDuration

        public void setDuration​(@NonNull
                                java.lang.Integer duration)
        Parameters:
        duration - Video chat duration in seconds