Class ContractAPIResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.accounts.model.exchange.response.ContractAPIResponse
All Implemented Interfaces:
Serializable

public class ContractAPIResponse extends com.skava.core.ResponseModel
The Class ContractAPIResponse holds the contract details as response data which will be sent to controller.
Author:
Infosys Equinox
See Also:
  • Field Summary

    Fields inherited from class com.skava.core.ResponseModel

    responseCode, responseMessage, timeStamp
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContractAPIResponse(String codeSuccess, String msgSuccess, Contracts contractResponse)
    Instantiates a new contract API response.
  • 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

    • ContractAPIResponse

      public ContractAPIResponse(String codeSuccess, String msgSuccess, Contracts contractResponse)
      Instantiates a new contract API response.
      Parameters:
      codeSuccess - Indicates the code of the response.
      msgSuccess - Indicates the message of the response.
      contractResponse - Holds Contracts object for creating the Contract API Response.