Package com.adyen.model.balanceplatform
Class AssociationDelegatedAuthenticationData
- java.lang.Object
-
- com.adyen.model.balanceplatform.AssociationDelegatedAuthenticationData
-
public class AssociationDelegatedAuthenticationData extends Object
AssociationDelegatedAuthenticationData
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_SDK_OUTPUT
-
Constructor Summary
Constructors Constructor Description AssociationDelegatedAuthenticationData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this AssociationDelegatedAuthenticationData object is equal to o.static AssociationDelegatedAuthenticationDatafromJson(String jsonString)Create an instance of AssociationDelegatedAuthenticationData given an JSON stringStringgetSdkOutput()A base64-encoded block with the data required to authenticate the request.inthashCode()AssociationDelegatedAuthenticationDatasdkOutput(String sdkOutput)A base64-encoded block with the data required to authenticate the request.voidsetSdkOutput(String sdkOutput)A base64-encoded block with the data required to authenticate the request.StringtoJson()Convert an instance of AssociationDelegatedAuthenticationData to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_SDK_OUTPUT
public static final String JSON_PROPERTY_SDK_OUTPUT
- See Also:
- Constant Field Values
-
-
Method Detail
-
sdkOutput
public AssociationDelegatedAuthenticationData sdkOutput(String sdkOutput)
A base64-encoded block with the data required to authenticate the request. You obtain this information by using our authentication SDK.- Parameters:
sdkOutput-- Returns:
- the current
AssociationDelegatedAuthenticationDatainstance, allowing for method chaining
-
getSdkOutput
public String getSdkOutput()
A base64-encoded block with the data required to authenticate the request. You obtain this information by using our authentication SDK.- Returns:
- sdkOutput
-
setSdkOutput
public void setSdkOutput(String sdkOutput)
A base64-encoded block with the data required to authenticate the request. You obtain this information by using our authentication SDK.- Parameters:
sdkOutput-
-
equals
public boolean equals(Object o)
Return true if this AssociationDelegatedAuthenticationData object is equal to o.
-
fromJson
public static AssociationDelegatedAuthenticationData fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of AssociationDelegatedAuthenticationData given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AssociationDelegatedAuthenticationData
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to AssociationDelegatedAuthenticationData
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of AssociationDelegatedAuthenticationData to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-