Package com.adyen.model.balanceplatform
Class PaymentInstrumentRevealResponse
- java.lang.Object
-
- com.adyen.model.balanceplatform.PaymentInstrumentRevealResponse
-
public class PaymentInstrumentRevealResponse extends Object
PaymentInstrumentRevealResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENCRYPTED_DATA
-
Constructor Summary
Constructors Constructor Description PaymentInstrumentRevealResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentInstrumentRevealResponseencryptedData(String encryptedData)The data encrypted using the `encryptedKey`.booleanequals(Object o)Return true if this PaymentInstrumentRevealResponse object is equal to o.static PaymentInstrumentRevealResponsefromJson(String jsonString)Create an instance of PaymentInstrumentRevealResponse given an JSON stringStringgetEncryptedData()The data encrypted using the `encryptedKey`.inthashCode()voidsetEncryptedData(String encryptedData)The data encrypted using the `encryptedKey`.StringtoJson()Convert an instance of PaymentInstrumentRevealResponse to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ENCRYPTED_DATA
public static final String JSON_PROPERTY_ENCRYPTED_DATA
- See Also:
- Constant Field Values
-
-
Method Detail
-
encryptedData
public PaymentInstrumentRevealResponse encryptedData(String encryptedData)
The data encrypted using the `encryptedKey`.- Parameters:
encryptedData-- Returns:
- the current
PaymentInstrumentRevealResponseinstance, allowing for method chaining
-
getEncryptedData
public String getEncryptedData()
The data encrypted using the `encryptedKey`.- Returns:
- encryptedData
-
setEncryptedData
public void setEncryptedData(String encryptedData)
The data encrypted using the `encryptedKey`.- Parameters:
encryptedData-
-
equals
public boolean equals(Object o)
Return true if this PaymentInstrumentRevealResponse object is equal to o.
-
fromJson
public static PaymentInstrumentRevealResponse fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of PaymentInstrumentRevealResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of PaymentInstrumentRevealResponse
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to PaymentInstrumentRevealResponse
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of PaymentInstrumentRevealResponse to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-