Package beamline.models.responses
Class StringResponse
- java.lang.Object
-
- beamline.models.responses.Response
-
- beamline.models.responses.StringResponse
-
- All Implemented Interfaces:
Serializable
public class StringResponse extends Response
A simpleResponsecontaining just a string- Author:
- Andrea Burattin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringResponse(String str)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget()Gets the string of this responsevoidset(String str)Sets the string of this responseStringtoString()-
Methods inherited from class beamline.models.responses.Response
getProcessedEvents, setProcessedEvents
-
-
-
-
Constructor Detail
-
StringResponse
public StringResponse(String str)
Constructor- Parameters:
str- the value of this response
-
-