Class MandateNotificationData


  • public class MandateNotificationData
    extends Object
    MandateNotificationData
    • Constructor Detail

      • MandateNotificationData

        public MandateNotificationData()
    • Method Detail

      • balancePlatform

        public MandateNotificationData balancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform - The unique identifier of the balance platform.
        Returns:
        the current MandateNotificationData instance, allowing for method chaining
      • getBalancePlatform

        public String getBalancePlatform()
        The unique identifier of the balance platform.
        Returns:
        balancePlatform The unique identifier of the balance platform.
      • setBalancePlatform

        public void setBalancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform - The unique identifier of the balance platform.
      • mandate

        public MandateNotificationData mandate​(Mandate mandate)
        mandate
        Parameters:
        mandate -
        Returns:
        the current MandateNotificationData instance, allowing for method chaining
      • getMandate

        public Mandate getMandate()
        Get mandate
        Returns:
        mandate
      • setMandate

        public void setMandate​(Mandate mandate)
        mandate
        Parameters:
        mandate -
      • equals

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

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

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

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