Package com.blockchyp.client.dto
Class MerchantCredentialGenerationResponse
java.lang.Object
com.blockchyp.client.dto.MerchantCredentialGenerationResponse
- All Implemented Interfaces:
IAbstractAcknowledgement
public class MerchantCredentialGenerationResponse
extends Object
implements IAbstractAcknowledgement
Merchant api credential data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the merchant api key.Gets the merchant bearer token.getError()Gets the error, if an error occurred.Gets a narrative description of the transaction result.Gets the merchant signing key.Gets the tokenizing key.booleanGets whether or not the request succeeded.voidSets the merchant api key.voidsetBearerToken(String value) Sets the merchant bearer token.voidSets the error, if an error occurred.voidsetResponseDescription(String value) Sets a narrative description of the transaction result.voidsetSigningKey(String value) Sets the merchant signing key.voidsetSuccess(boolean value) Sets whether or not the request succeeded.voidsetTokenizingKey(String value) Sets the tokenizing key.
-
Constructor Details
-
MerchantCredentialGenerationResponse
public MerchantCredentialGenerationResponse()
-
-
Method Details
-
setSuccess
public void setSuccess(boolean value) Sets whether or not the request succeeded.- Parameters:
value- whether or not the request succeeded.
-
isSuccess
public boolean isSuccess()Gets whether or not the request succeeded.- Specified by:
isSuccessin interfaceIAbstractAcknowledgement- Returns:
- whether or not the request succeeded.
-
setError
Sets the error, if an error occurred.- Parameters:
value- the error, if an error occurred.
-
getError
Gets the error, if an error occurred.- Specified by:
getErrorin interfaceIAbstractAcknowledgement- Returns:
- the error, if an error occurred.
-
setResponseDescription
Sets a narrative description of the transaction result.- Parameters:
value- a narrative description of the transaction result.
-
getResponseDescription
Gets a narrative description of the transaction result.- Specified by:
getResponseDescriptionin interfaceIAbstractAcknowledgement- Returns:
- a narrative description of the transaction result.
-
setApiKey
Sets the merchant api key.- Parameters:
value- the merchant api key.
-
getApiKey
Gets the merchant api key.- Returns:
- the merchant api key.
-
setBearerToken
Sets the merchant bearer token.- Parameters:
value- the merchant bearer token.
-
getBearerToken
Gets the merchant bearer token.- Returns:
- the merchant bearer token.
-
setSigningKey
Sets the merchant signing key.- Parameters:
value- the merchant signing key.
-
getSigningKey
Gets the merchant signing key.- Returns:
- the merchant signing key.
-
setTokenizingKey
Sets the tokenizing key.- Parameters:
value- the tokenizing key.
-
getTokenizingKey
Gets the tokenizing key.- Returns:
- the tokenizing key.
-