Class DeleteRoomResponse.Wrapper

  • Enclosing class:
    DeleteRoomResponse

    public static class DeleteRoomResponse.Wrapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Wrapper​(boolean success, java.lang.String id)  
    • Method Summary

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

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

      • Wrapper

        public Wrapper​(boolean success,
                       java.lang.String id)
    • Method Detail

      • getSuccess

        public boolean getSuccess()
      • getId

        public java.lang.String getId()