Class PromotionServiceResponse
java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.promotion.model.exchange.response.PromotionServiceResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProjectResponse,ProjectsResponse,PromoCodeStateResponse,PromoCodeUsageAPIResponse,PromotionOfferInternalResponse
public class PromotionServiceResponse
extends com.skava.core.ResponseModel
- See Also:
-
Field Summary
Fields inherited from class com.skava.core.ResponseModel
responseCode, responseMessage, timeStamp -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.skava.core.ResponseModel
getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp
-
Constructor Details
-
PromotionServiceResponse
This constructor is used to initialize the values that are received- Parameters:
code- Holds the response code that is returned by the servicemessage- Holds the response message that is returned by the servicestatus- Holds the HTTP statusreason- Holds the reason
-