Package com.adyen.model.transfers
Class TransferNotificationValidationFact
- java.lang.Object
-
- com.adyen.model.transfers.TransferNotificationValidationFact
-
public class TransferNotificationValidationFact extends Object
TransferNotificationValidationFact
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_RESULTstatic StringJSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description TransferNotificationValidationFact()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this TransferNotificationValidationFact object is equal to o.static TransferNotificationValidationFactfromJson(String jsonString)Create an instance of TransferNotificationValidationFact given an JSON stringStringgetResult()The evaluation result of the validation fact.StringgetType()The type of the validation fact.inthashCode()TransferNotificationValidationFactresult(String result)The evaluation result of the validation fact.voidsetResult(String result)The evaluation result of the validation fact.voidsetType(String type)The type of the validation fact.StringtoJson()Convert an instance of TransferNotificationValidationFact to an JSON stringStringtoString()TransferNotificationValidationFacttype(String type)The type of the validation fact.
-
-
-
Field Detail
-
JSON_PROPERTY_RESULT
public static final String JSON_PROPERTY_RESULT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
result
public TransferNotificationValidationFact result(String result)
The evaluation result of the validation fact.- Parameters:
result-- Returns:
- the current
TransferNotificationValidationFactinstance, allowing for method chaining
-
getResult
public String getResult()
The evaluation result of the validation fact.- Returns:
- result
-
setResult
public void setResult(String result)
The evaluation result of the validation fact.- Parameters:
result-
-
type
public TransferNotificationValidationFact type(String type)
The type of the validation fact.- Parameters:
type-- Returns:
- the current
TransferNotificationValidationFactinstance, allowing for method chaining
-
getType
public String getType()
The type of the validation fact.- Returns:
- type
-
setType
public void setType(String type)
The type of the validation fact.- Parameters:
type-
-
equals
public boolean equals(Object o)
Return true if this TransferNotificationValidationFact object is equal to o.
-
fromJson
public static TransferNotificationValidationFact fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of TransferNotificationValidationFact given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TransferNotificationValidationFact
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to TransferNotificationValidationFact
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of TransferNotificationValidationFact to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-