Class BlockUserSendMsgToRoomResponse.BlockResult

    • Constructor Summary

      Constructors 
      Constructor Description
      BlockResult​(boolean isSuccess, long expireTimestamp, java.lang.String username)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getSuccess()  
      java.lang.String getUsername()  
      • Methods inherited from class java.lang.Object

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

      • BlockResult

        public BlockResult​(boolean isSuccess,
                           long expireTimestamp,
                           java.lang.String username)
    • Method Detail

      • getUsername

        public java.lang.String getUsername()
      • getSuccess

        public boolean getSuccess()