Package io.fluxcapacitor.common.api
Class StringResult
java.lang.Object
io.fluxcapacitor.common.api.StringResult
- All Implemented Interfaces:
JsonType
,RequestResult
A generic response containing a string value.
This is used when a request yields a simple string-based result (e.g. for diagnostics or simple identifiers).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.fluxcapacitor.common.api.RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
StringResult
public StringResult()
-