Class OpenChannelMemberInfo

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String userId
      private final Long joinTime
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenChannelMemberInfo(String userId, Long joinTime)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getUserId()
      final Long getJoinTime()
      • Methods inherited from class java.lang.Object

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

      • OpenChannelMemberInfo

        OpenChannelMemberInfo(String userId, Long joinTime)
        Parameters:
        userId - user ID
        joinTime - user Join channel When time (Unix Timestamp, milli seconds)