Class BooleanResult
java.lang.Object
io.fluxzero.common.api.BooleanResult
- All Implemented Interfaces:
JsonType, RequestResult
A generic response containing a boolean value, typically used to indicate success/failure.
Often used for requests such as checks or validations where the outcome is binary.
- 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
-
BooleanResult
public BooleanResult()
-