Class SweepConfigurationNotificationData


  • public class SweepConfigurationNotificationData
    extends Object
    SweepConfigurationNotificationData
    • Constructor Detail

      • SweepConfigurationNotificationData

        public SweepConfigurationNotificationData()
    • Method Detail

      • getAccountId

        public String getAccountId()
        The unique identifier of the balance account for which the sweep was configured.
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(String accountId)
        The unique identifier of the balance account for which the sweep was configured.
        Parameters:
        accountId -
      • getBalancePlatform

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

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

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

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

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

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