Class StringResult
java.lang.Object
io.fluxzero.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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
StringResult
public StringResult()
-