Class TypingStatus

  • All Implemented Interfaces:

    
    public class TypingStatus
    
                        

    /~chinese 获取用户 id

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      TypingStatus(String userId, String typingContentType, long sentTime)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getUserId() /~english
      void setUserId(String userId) /~english
      String getTypingContentType() /~english
      void setTypingContentType(String typingContentType) /~english
      long getSentTime() /~english
      void setSentTime(long sentTime) /~english
      • Methods inherited from class java.lang.Object

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

      • TypingStatus

        TypingStatus(String userId, String typingContentType, long sentTime)