Class CSResponse

    • Constructor Summary

      Constructors 
      Constructor Description
      CSResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFailureMessage()
      Gets the value of the failureMessage property.
      java.lang.String getInResponseTo()
      Gets the value of the inResponseTo property.
      RequestStatus getStatus()
      Gets the value of the status property.
      void setFailureMessage​(java.lang.String value)
      Sets the value of the failureMessage property.
      void setInResponseTo​(java.lang.String value)
      Sets the value of the inResponseTo property.
      void setStatus​(RequestStatus value)
      Sets the value of the status property.
      • Methods inherited from class java.lang.Object

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

      • inResponseTo

        protected java.lang.String inResponseTo
      • failureMessage

        protected java.lang.String failureMessage
    • Constructor Detail

      • CSResponse

        public CSResponse()
    • Method Detail

      • getInResponseTo

        public java.lang.String getInResponseTo()
        Gets the value of the inResponseTo property.
        Returns:
        possible object is String
      • setInResponseTo

        public void setInResponseTo​(java.lang.String value)
        Sets the value of the inResponseTo property.
        Parameters:
        value - allowed object is String
      • setStatus

        public void setStatus​(RequestStatus value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is RequestStatus
      • getFailureMessage

        public java.lang.String getFailureMessage()
        Gets the value of the failureMessage property.
        Returns:
        possible object is String
      • setFailureMessage

        public void setFailureMessage​(java.lang.String value)
        Sets the value of the failureMessage property.
        Parameters:
        value - allowed object is String