Class VoidResult
java.lang.Object
io.fluxzero.common.api.VoidResult
- All Implemented Interfaces:
JsonType, RequestResult
A generic response indicating successful completion of a request without returning any payload.
This is typically used for commands or operations where no result is needed but confirmation is required.
- 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
-
VoidResult
public VoidResult()
-