Package com.blockchyp.client.dto
Class UpdateMerchantPlatformResponse
java.lang.Object
com.blockchyp.client.dto.UpdateMerchantPlatformResponse
- All Implemented Interfaces:
IAbstractAcknowledgement
Echoes back the state of the current platform configuration after a change.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()Gets the error, if an error occurred.Gets the current platform configuration.Gets a narrative description of the transaction result.booleanGets whether or not the request succeeded.voidSets the error, if an error occurred.voidsetPlatform(MerchantPlatform value) Sets the current platform configuration.voidsetResponseDescription(String value) Sets a narrative description of the transaction result.voidsetSuccess(boolean value) Sets whether or not the request succeeded.
-
Constructor Details
-
UpdateMerchantPlatformResponse
public UpdateMerchantPlatformResponse()
-
-
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.
-
setPlatform
Sets the current platform configuration.- Parameters:
value- the current platform configuration.
-
getPlatform
Gets the current platform configuration.- Returns:
- the current platform configuration.
-