Class BankScoreSignalTriggeredData
- java.lang.Object
-
- com.adyen.model.configurationwebhooks.BankScoreSignalTriggeredData
-
public class BankScoreSignalTriggeredData extends Object
BankScoreSignalTriggeredData
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACCOUNT_HOLDERstatic StringJSON_PROPERTY_ACCOUNT_HOLDER_STATUSstatic StringJSON_PROPERTY_AUTOMATED_ACTIONSstatic StringJSON_PROPERTY_BALANCE_PLATFORMstatic StringJSON_PROPERTY_CREATION_DATEstatic StringJSON_PROPERTY_IDstatic StringJSON_PROPERTY_RISK_SCOREstatic StringJSON_PROPERTY_SCORE_SIGNALS_TRIGGEREDstatic StringJSON_PROPERTY_SIGNAL_SOURCE_TYPES
-
Constructor Summary
Constructors Constructor Description BankScoreSignalTriggeredData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BankScoreSignalTriggeredDataaccountHolder(ResourceReference accountHolder)accountHolderBankScoreSignalTriggeredDataaccountHolderStatus(String accountHolderStatus)The status of the account holder.BankScoreSignalTriggeredDataaddAutomatedActionsItem(String automatedActionsItem)BankScoreSignalTriggeredDataaddScoreSignalsTriggeredItem(String scoreSignalsTriggeredItem)BankScoreSignalTriggeredDataaddSignalSourceTypesItem(String signalSourceTypesItem)BankScoreSignalTriggeredDataautomatedActions(List<String> automatedActions)The automated action(s) taken as a result of the score signals that were triggered.BankScoreSignalTriggeredDatabalancePlatform(String balancePlatform)The unique identifier of the balance platform.BankScoreSignalTriggeredDatacreationDate(OffsetDateTime creationDate)The date and time when the event was triggered, in ISO 8601 extended format.booleanequals(Object o)Return true if this BankScoreSignalTriggeredData object is equal to o.static BankScoreSignalTriggeredDatafromJson(String jsonString)Create an instance of BankScoreSignalTriggeredData given an JSON stringResourceReferencegetAccountHolder()Get accountHolderStringgetAccountHolderStatus()The status of the account holder.List<String>getAutomatedActions()The automated action(s) taken as a result of the score signals that were triggered.StringgetBalancePlatform()The unique identifier of the balance platform.OffsetDateTimegetCreationDate()The date and time when the event was triggered, in ISO 8601 extended format.StringgetId()The ID of the resource.IntegergetRiskScore()The score of the identity resulting from the signal(s) that were triggered.List<String>getScoreSignalsTriggered()The name(s) of the score signals that were triggered.List<String>getSignalSourceTypes()The type(s) of the score signals that were triggered.inthashCode()BankScoreSignalTriggeredDataid(String id)The ID of the resource.BankScoreSignalTriggeredDatariskScore(Integer riskScore)The score of the identity resulting from the signal(s) that were triggered.BankScoreSignalTriggeredDatascoreSignalsTriggered(List<String> scoreSignalsTriggered)The name(s) of the score signals that were triggered.voidsetAccountHolder(ResourceReference accountHolder)accountHoldervoidsetAccountHolderStatus(String accountHolderStatus)The status of the account holder.voidsetAutomatedActions(List<String> automatedActions)The automated action(s) taken as a result of the score signals that were triggered.voidsetBalancePlatform(String balancePlatform)The unique identifier of the balance platform.voidsetCreationDate(OffsetDateTime creationDate)The date and time when the event was triggered, in ISO 8601 extended format.voidsetId(String id)The ID of the resource.voidsetRiskScore(Integer riskScore)The score of the identity resulting from the signal(s) that were triggered.voidsetScoreSignalsTriggered(List<String> scoreSignalsTriggered)The name(s) of the score signals that were triggered.voidsetSignalSourceTypes(List<String> signalSourceTypes)The type(s) of the score signals that were triggered.BankScoreSignalTriggeredDatasignalSourceTypes(List<String> signalSourceTypes)The type(s) of the score signals that were triggered.StringtoJson()Convert an instance of BankScoreSignalTriggeredData to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_HOLDER
public static final String JSON_PROPERTY_ACCOUNT_HOLDER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ACCOUNT_HOLDER_STATUS
public static final String JSON_PROPERTY_ACCOUNT_HOLDER_STATUS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTOMATED_ACTIONS
public static final String JSON_PROPERTY_AUTOMATED_ACTIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BALANCE_PLATFORM
public static final String JSON_PROPERTY_BALANCE_PLATFORM
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATION_DATE
public static final String JSON_PROPERTY_CREATION_DATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ID
public static final String JSON_PROPERTY_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RISK_SCORE
public static final String JSON_PROPERTY_RISK_SCORE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SCORE_SIGNALS_TRIGGERED
public static final String JSON_PROPERTY_SCORE_SIGNALS_TRIGGERED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SIGNAL_SOURCE_TYPES
public static final String JSON_PROPERTY_SIGNAL_SOURCE_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountHolder
public BankScoreSignalTriggeredData accountHolder(ResourceReference accountHolder)
accountHolder- Parameters:
accountHolder-- Returns:
- the current
BankScoreSignalTriggeredDatainstance, allowing for method chaining
-
getAccountHolder
public ResourceReference getAccountHolder()
Get accountHolder- Returns:
- accountHolder
-
setAccountHolder
public void setAccountHolder(ResourceReference accountHolder)
accountHolder- Parameters:
accountHolder-
-
accountHolderStatus
public BankScoreSignalTriggeredData accountHolderStatus(String accountHolderStatus)
The status of the account holder.- Parameters:
accountHolderStatus- The status of the account holder.- Returns:
- the current
BankScoreSignalTriggeredDatainstance, allowing for method chaining
-
getAccountHolderStatus
public String getAccountHolderStatus()
The status of the account holder.- Returns:
- accountHolderStatus The status of the account holder.
-
setAccountHolderStatus
public void setAccountHolderStatus(String accountHolderStatus)
The status of the account holder.- Parameters:
accountHolderStatus- The status of the account holder.
-
automatedActions
public BankScoreSignalTriggeredData automatedActions(List<String> automatedActions)
The automated action(s) taken as a result of the score signals that were triggered.- Parameters:
automatedActions- The automated action(s) taken as a result of the score signals that were triggered.- Returns:
- the current
BankScoreSignalTriggeredDatainstance, allowing for method chaining
-
addAutomatedActionsItem
public BankScoreSignalTriggeredData addAutomatedActionsItem(String automatedActionsItem)
-
getAutomatedActions
public List<String> getAutomatedActions()
The automated action(s) taken as a result of the score signals that were triggered.- Returns:
- automatedActions The automated action(s) taken as a result of the score signals that were triggered.
-
setAutomatedActions
public void setAutomatedActions(List<String> automatedActions)
The automated action(s) taken as a result of the score signals that were triggered.- Parameters:
automatedActions- The automated action(s) taken as a result of the score signals that were triggered.
-
balancePlatform
public BankScoreSignalTriggeredData balancePlatform(String balancePlatform)
The unique identifier of the balance platform.- Parameters:
balancePlatform- The unique identifier of the balance platform.- Returns:
- the current
BankScoreSignalTriggeredDatainstance, 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.
-
creationDate
public BankScoreSignalTriggeredData 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
BankScoreSignalTriggeredDatainstance, 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**.
-
id
public BankScoreSignalTriggeredData id(String id)
The ID of the resource.- Parameters:
id- The ID of the resource.- Returns:
- the current
BankScoreSignalTriggeredDatainstance, allowing for method chaining
-
getId
public String getId()
The ID of the resource.- Returns:
- id The ID of the resource.
-
setId
public void setId(String id)
The ID of the resource.- Parameters:
id- The ID of the resource.
-
riskScore
public BankScoreSignalTriggeredData riskScore(Integer riskScore)
The score of the identity resulting from the signal(s) that were triggered.- Parameters:
riskScore- The score of the identity resulting from the signal(s) that were triggered.- Returns:
- the current
BankScoreSignalTriggeredDatainstance, allowing for method chaining
-
getRiskScore
public Integer getRiskScore()
The score of the identity resulting from the signal(s) that were triggered.- Returns:
- riskScore The score of the identity resulting from the signal(s) that were triggered.
-
setRiskScore
public void setRiskScore(Integer riskScore)
The score of the identity resulting from the signal(s) that were triggered.- Parameters:
riskScore- The score of the identity resulting from the signal(s) that were triggered.
-
scoreSignalsTriggered
public BankScoreSignalTriggeredData scoreSignalsTriggered(List<String> scoreSignalsTriggered)
The name(s) of the score signals that were triggered.- Parameters:
scoreSignalsTriggered- The name(s) of the score signals that were triggered.- Returns:
- the current
BankScoreSignalTriggeredDatainstance, allowing for method chaining
-
addScoreSignalsTriggeredItem
public BankScoreSignalTriggeredData addScoreSignalsTriggeredItem(String scoreSignalsTriggeredItem)
-
getScoreSignalsTriggered
public List<String> getScoreSignalsTriggered()
The name(s) of the score signals that were triggered.- Returns:
- scoreSignalsTriggered The name(s) of the score signals that were triggered.
-
setScoreSignalsTriggered
public void setScoreSignalsTriggered(List<String> scoreSignalsTriggered)
The name(s) of the score signals that were triggered.- Parameters:
scoreSignalsTriggered- The name(s) of the score signals that were triggered.
-
signalSourceTypes
public BankScoreSignalTriggeredData signalSourceTypes(List<String> signalSourceTypes)
The type(s) of the score signals that were triggered.- Parameters:
signalSourceTypes- The type(s) of the score signals that were triggered.- Returns:
- the current
BankScoreSignalTriggeredDatainstance, allowing for method chaining
-
addSignalSourceTypesItem
public BankScoreSignalTriggeredData addSignalSourceTypesItem(String signalSourceTypesItem)
-
getSignalSourceTypes
public List<String> getSignalSourceTypes()
The type(s) of the score signals that were triggered.- Returns:
- signalSourceTypes The type(s) of the score signals that were triggered.
-
setSignalSourceTypes
public void setSignalSourceTypes(List<String> signalSourceTypes)
The type(s) of the score signals that were triggered.- Parameters:
signalSourceTypes- The type(s) of the score signals that were triggered.
-
equals
public boolean equals(Object o)
Return true if this BankScoreSignalTriggeredData object is equal to o.
-
fromJson
public static BankScoreSignalTriggeredData fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of BankScoreSignalTriggeredData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BankScoreSignalTriggeredData
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to BankScoreSignalTriggeredData
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of BankScoreSignalTriggeredData to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-