Class NegativeBalanceCompensationWarningNotificationData


  • public class NegativeBalanceCompensationWarningNotificationData
    extends Object
    NegativeBalanceCompensationWarningNotificationData
    • Constructor Detail

      • NegativeBalanceCompensationWarningNotificationData

        public NegativeBalanceCompensationWarningNotificationData()
    • Method Detail

      • getAccountHolder

        public ResourceReference getAccountHolder()
        accountHolder
        Returns:
        accountHolder
      • setAccountHolder

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

        public Amount getAmount()
        amount
        Returns:
        amount
      • setAmount

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

        public NegativeBalanceCompensationWarningNotificationData balancePlatform​(String balancePlatform)
        The unique identifier of the balance platform.
        Parameters:
        balancePlatform -
        Returns:
        the current NegativeBalanceCompensationWarningNotificationData instance, allowing for method chaining
      • 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 -
      • creationDate

        public NegativeBalanceCompensationWarningNotificationData creationDate​(OffsetDateTime creationDate)
        The date and time when the event was triggered, in ISO 8601 extended format. For example, **2020-12-18T10:15:30+01:00**.
        Parameters:
        creationDate -
        Returns:
        the current NegativeBalanceCompensationWarningNotificationData 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, **2020-12-18T10:15:30+01:00**.
        Returns:
        creationDate
      • setCreationDate

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

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

        public void setId​(String id)
        The ID of the resource.
        Parameters:
        id -
      • liableBalanceAccountId

        public NegativeBalanceCompensationWarningNotificationData liableBalanceAccountId​(String liableBalanceAccountId)
        The balance account ID of the account that will be used to compensate the balance account whose balance is negative.
        Parameters:
        liableBalanceAccountId -
        Returns:
        the current NegativeBalanceCompensationWarningNotificationData instance, allowing for method chaining
      • getLiableBalanceAccountId

        public String getLiableBalanceAccountId()
        The balance account ID of the account that will be used to compensate the balance account whose balance is negative.
        Returns:
        liableBalanceAccountId
      • setLiableBalanceAccountId

        public void setLiableBalanceAccountId​(String liableBalanceAccountId)
        The balance account ID of the account that will be used to compensate the balance account whose balance is negative.
        Parameters:
        liableBalanceAccountId -
      • negativeBalanceSince

        public NegativeBalanceCompensationWarningNotificationData negativeBalanceSince​(OffsetDateTime negativeBalanceSince)
        The date the balance for the account became negative.
        Parameters:
        negativeBalanceSince -
        Returns:
        the current NegativeBalanceCompensationWarningNotificationData instance, allowing for method chaining
      • getNegativeBalanceSince

        public OffsetDateTime getNegativeBalanceSince()
        The date the balance for the account became negative.
        Returns:
        negativeBalanceSince
      • setNegativeBalanceSince

        public void setNegativeBalanceSince​(OffsetDateTime negativeBalanceSince)
        The date the balance for the account became negative.
        Parameters:
        negativeBalanceSince -
      • scheduledCompensationAt

        public NegativeBalanceCompensationWarningNotificationData scheduledCompensationAt​(OffsetDateTime scheduledCompensationAt)
        The date when a compensation transfer to the account is scheduled to happen.
        Parameters:
        scheduledCompensationAt -
        Returns:
        the current NegativeBalanceCompensationWarningNotificationData instance, allowing for method chaining
      • getScheduledCompensationAt

        public OffsetDateTime getScheduledCompensationAt()
        The date when a compensation transfer to the account is scheduled to happen.
        Returns:
        scheduledCompensationAt
      • setScheduledCompensationAt

        public void setScheduledCompensationAt​(OffsetDateTime scheduledCompensationAt)
        The date when a compensation transfer to the account is scheduled to happen.
        Parameters:
        scheduledCompensationAt -
      • equals

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

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

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

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