Package io.siddhi.service.util
Class ServiceResponse
- java.lang.Object
-
- io.siddhi.service.util.ServiceResponse
-
public class ServiceResponse extends Object
Class which defines the API response
-
-
Constructor Summary
Constructors Constructor Description ServiceResponse(String status, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()StringgetStatus()voidsetMessage(String message)voidsetStatus(String status)
-