Class PaymentsAppResponse


  • public class PaymentsAppResponse
    extends Object
    PaymentsAppResponse
    • Constructor Detail

      • PaymentsAppResponse

        public PaymentsAppResponse()
    • Method Detail

      • paymentsApps

        public PaymentsAppResponse paymentsApps​(List<PaymentsAppDto> paymentsApps)
        List of Payments Apps.
        Parameters:
        paymentsApps -
        Returns:
        the current PaymentsAppResponse instance, allowing for method chaining
      • getPaymentsApps

        public List<PaymentsAppDto> getPaymentsApps()
        List of Payments Apps.
        Returns:
        paymentsApps
      • setPaymentsApps

        public void setPaymentsApps​(List<PaymentsAppDto> paymentsApps)
        List of Payments Apps.
        Parameters:
        paymentsApps -
      • equals

        public boolean equals​(Object o)
        Return true if this PaymentsAppResponse object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static PaymentsAppResponse fromJson​(String jsonString)
                                            throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of PaymentsAppResponse given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of PaymentsAppResponse
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to PaymentsAppResponse
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of PaymentsAppResponse to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException