Class StopComponentResponse

    • Constructor Detail

      • StopComponentResponse

        public StopComponentResponse()
    • Method Detail

      • getStopStatusAsString

        public String getStopStatusAsString()
        The status of the stop request.
      • setStopStatus

        public void setStopStatus​(String stopStatus)
        The status of the stop request.
      • setStopStatus

        public void setStopStatus​(RequestStatus stopStatus)
        The status of the stop request.
      • getMessage

        public String getMessage()
        A message about why the component failed to stop, if the request failed.
      • setMessage

        public void setMessage​(String message)
        A message about why the component failed to stop, if the request failed.
      • withMessage

        public StopComponentResponse withMessage​(String message)
        A message about why the component failed to stop, if the request failed.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object