Class ReleaseBlockedBalanceNotificationData


  • public class ReleaseBlockedBalanceNotificationData
    extends Object
    ReleaseBlockedBalanceNotificationData
    • Constructor Detail

      • ReleaseBlockedBalanceNotificationData

        public ReleaseBlockedBalanceNotificationData()
      • ReleaseBlockedBalanceNotificationData

        public ReleaseBlockedBalanceNotificationData​(String id)
    • Method Detail

      • getAccountHolder

        public ResourceReference getAccountHolder()
        Get accountHolder
        Returns:
        accountHolder
      • setAccountHolder

        public void setAccountHolder​(ResourceReference accountHolder)
        accountHolder
        Parameters:
        accountHolder -
      • getAmount

        public Amount getAmount()
        Get amount
        Returns:
        amount
      • setAmount

        public void setAmount​(Amount amount)
        amount
        Parameters:
        amount -
      • getBalanceAccount

        public ResourceReference getBalanceAccount()
        Get balanceAccount
        Returns:
        balanceAccount
      • setBalanceAccount

        public void setBalanceAccount​(ResourceReference balanceAccount)
        balanceAccount
        Parameters:
        balanceAccount -
      • balancePlatform

        public ReleaseBlockedBalanceNotificationData balancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform - The unique identifier of the balance platform.
        Returns:
        the current ReleaseBlockedBalanceNotificationData 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.
      • batchReference

        public ReleaseBlockedBalanceNotificationData batchReference​(String batchReference)
        The reference of the batch that was released.
        Parameters:
        batchReference - The reference of the batch that was released.
        Returns:
        the current ReleaseBlockedBalanceNotificationData instance, allowing for method chaining
      • getBatchReference

        public String getBatchReference()
        The reference of the batch that was released.
        Returns:
        batchReference The reference of the batch that was released.
      • setBatchReference

        public void setBatchReference​(String batchReference)
        The reference of the batch that was released.
        Parameters:
        batchReference - The reference of the batch that was released.
      • blockedBalanceAfter

        public ReleaseBlockedBalanceNotificationData blockedBalanceAfter​(Amount blockedBalanceAfter)
        blockedBalanceAfter
        Parameters:
        blockedBalanceAfter -
        Returns:
        the current ReleaseBlockedBalanceNotificationData instance, allowing for method chaining
      • getBlockedBalanceAfter

        public Amount getBlockedBalanceAfter()
        Get blockedBalanceAfter
        Returns:
        blockedBalanceAfter
      • setBlockedBalanceAfter

        public void setBlockedBalanceAfter​(Amount blockedBalanceAfter)
        blockedBalanceAfter
        Parameters:
        blockedBalanceAfter -
      • blockedBalanceBefore

        public ReleaseBlockedBalanceNotificationData blockedBalanceBefore​(Amount blockedBalanceBefore)
        blockedBalanceBefore
        Parameters:
        blockedBalanceBefore -
        Returns:
        the current ReleaseBlockedBalanceNotificationData instance, allowing for method chaining
      • getBlockedBalanceBefore

        public Amount getBlockedBalanceBefore()
        Get blockedBalanceBefore
        Returns:
        blockedBalanceBefore
      • setBlockedBalanceBefore

        public void setBlockedBalanceBefore​(Amount blockedBalanceBefore)
        blockedBalanceBefore
        Parameters:
        blockedBalanceBefore -
      • creationDate

        public ReleaseBlockedBalanceNotificationData creationDate​(OffsetDateTime creationDate)
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Parameters:
        creationDate - The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Returns:
        the current ReleaseBlockedBalanceNotificationData instance, allowing for method chaining
      • getCreationDate

        public OffsetDateTime getCreationDate()
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Returns:
        creationDate The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
      • setCreationDate

        public void setCreationDate​(OffsetDateTime creationDate)
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Parameters:
        creationDate - The date and time when the event was triggered, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
      • getId

        public String getId()
        The ID of the resource.
        Returns:
        id The ID of the resource.
      • valueDate

        public ReleaseBlockedBalanceNotificationData valueDate​(OffsetDateTime valueDate)
        The date and time when the amount was released, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Parameters:
        valueDate - The date and time when the amount was released, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Returns:
        the current ReleaseBlockedBalanceNotificationData instance, allowing for method chaining
      • getValueDate

        public OffsetDateTime getValueDate()
        The date and time when the amount was released, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Returns:
        valueDate The date and time when the amount was released, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
      • setValueDate

        public void setValueDate​(OffsetDateTime valueDate)
        The date and time when the amount was released, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
        Parameters:
        valueDate - The date and time when the amount was released, in ISO 8601 extended format. For example, **2025-03-19T10:15:30+01:00**.
      • equals

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

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

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

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