Class PriceFileAPIResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.price.model.exchange.response.PriceServiceResponse
com.skava.price.model.exchange.response.PriceFileAPIResponse
All Implemented Interfaces:
Serializable

public class PriceFileAPIResponse extends PriceServiceResponse
Response model to deliver files as response
Since:
8.0
Author:
Infosys Equinox
See Also:
  • Field Summary

    Fields inherited from class com.skava.core.ResponseModel

    responseCode, responseMessage, timeStamp
  • Constructor Summary

    Constructors
    Constructor
    Description
    PriceFileAPIResponse(String fileName, org.springframework.core.io.InputStreamResource fileResource, String code, String message, int status)
    Constructor returns the object of PriceListAPIResponse with given values
  • Method Summary

    Methods inherited from class com.skava.core.ResponseModel

    getResponseCode, getResponseMessage, getTimeStamp, setResponseCode, setResponseMessage, setTimeStamp

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PriceFileAPIResponse

      public PriceFileAPIResponse(String fileName, org.springframework.core.io.InputStreamResource fileResource, String code, String message, int status)
      Constructor returns the object of PriceListAPIResponse with given values
      Parameters:
      code - PriceList response code
      message - PriceList response message
      status - PriceList response status
      fileName - It represents FileName
      fileResource - It represents FileResource
      message - It represents message