Class SuccessResponse


  • public class SuccessResponse
    extends java.lang.Object
    Response with only one boolean value.
    • Constructor Summary

      Constructors 
      Constructor Description
      SuccessResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isSuccess()  
      void setSuccess​(boolean success)  
      • Methods inherited from class java.lang.Object

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

      • SuccessResponse

        public SuccessResponse()
    • Method Detail

      • isSuccess

        public boolean isSuccess()
      • setSuccess

        public void setSuccess​(boolean success)