Class ActionResponse


  • public class ActionResponse
    extends java.lang.Object
    • Constructor Detail

      • ActionResponse

        public ActionResponse​(ActionResponse.ACTION_STATUS status)
        Initialize the ActionResponse with status.
        Parameters:
        status - Set the status of action.
    • Method Detail

      • getReason

        public java.lang.String getReason()
        Returns:
        Get reason of action.
      • setReason

        public void setReason​(java.lang.String reason)
        Parameters:
        reason - Set the reason of action.