Package io.fluxcapacitor.common.api
Class BooleanResult
java.lang.Object
io.fluxcapacitor.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 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
-
BooleanResult
public BooleanResult()
-