Package io.bayonet.model.base
Class BaseResponse
java.lang.Object
io.bayonet.model.base.BaseResponse
- Direct Known Subclasses:
ConsultResponse
public class BaseResponse
extends java.lang.Object
Created by imranarshad on 11/27/17
model representing the generic API response returned by Bayonet APIs
-
Constructor Summary
Constructors Constructor Description BaseResponse() -
Method Summary
Modifier and Type Method Description java.lang.IntegergetReason_code()Gettersjava.lang.StringgetReason_message()
-
Constructor Details
-
BaseResponse
public BaseResponse()
-
-
Method Details
-
getReason_code
public java.lang.Integer getReason_code()Getters -
getReason_message
public java.lang.String getReason_message()
-