Class StringResponse

    • Constructor Detail

      • StringResponse

        public StringResponse​(String str)
        Constructor
        Parameters:
        str - the value of this response
    • Method Detail

      • get

        public String get()
        Gets the string of this response
        Returns:
        the string of this response
      • set

        public void set​(String str)
        Sets the string of this response
        Parameters:
        str - the string of this response