Class AddressesResponse

java.lang.Object
com.skava.core.validation.OutputModel
com.skava.core.ResponseModel
com.skava.model.responses.AddressesResponse
All Implemented Interfaces:
Serializable

public class AddressesResponse extends com.skava.core.ResponseModel
This class defines the Addresses Response model holds the user address details.
Author:
Infosys Equinox
See Also:
  • Field Summary

    Fields inherited from class com.skava.core.ResponseModel

    responseCode, responseMessage, timeStamp
  • Constructor Summary

    Constructors
    Constructor
    Description
    AddressesResponse(String codeSuccess, String msgSuccess, List<Addresses> addresses)
    Instantiates a new AddressesResponse 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

    • AddressesResponse

      public AddressesResponse(String codeSuccess, String msgSuccess, List<Addresses> addresses)
      Instantiates a new AddressesResponse response.
      Parameters:
      codeSuccess - Indicates the code of the response.
      msgSuccess - Indicates the message of the response
      addresses - Holds the list of Addresses object for assigning address object.