Package 

Class StatusModel


  • 
    public final class StatusModel
    
                        

    Generic status response model indicating the success or failure of an operation.

    • Constructor Detail

      • StatusModel

        StatusModel(Boolean success, String message, Integer statusCode)
        Parameters:
        success - Indicates whether the operation was successful.
        message - A descriptive message regarding the operation outcome.
        statusCode - The HTTP status code for the response.