Class ActionResponse

    • Constructor Summary

      Constructors 
      Constructor Description
      ActionResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      java.lang.String getStatus()  
      java.lang.String toString()
      Returns the stored data string.
      • Methods inherited from class java.lang.Object

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

      • ActionResponse

        public ActionResponse()
    • Method Detail

      • getStatus

        public java.lang.String getStatus()
      • getMessage

        public java.lang.String getMessage()
      • toString

        public java.lang.String toString()
        Description copied from class: ApiData
        Returns the stored data string.
        Overrides:
        toString in class ApiData
        Returns:
        the stored data