Class ExtSettlementAckResponse
java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.ExtSettlementAckResponse
Represents an extended settlement acknowledgment response.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a builder for the ExtSettlementAckResponse class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
Gets the code of the response.Gets the message of the response.Gets the settlement ID of the response.Gets the signature of the response.Gets the acceptance status of the response.Gets the ticket ID of the response.Creates a new instance of the ExtSettlementAckResponse.Builder class.void
setCode
(int value) Sets the code of the response.void
setMessage
(String value) Sets the message of the response.void
setSettlementId
(String value) Sets the settlement ID of the response.void
setSignature
(String value) Sets the signature of the response.void
setStatus
(AcceptanceStatus value) Sets the acceptance status of the response.void
setTicketId
(String value) Sets the ticket ID of the response.Methods inherited from class com.sportradar.mbs.sdk.entities.response.ContentResponse
newBalanceChangeInformResponseBuilder, newCancelAckResponseBuilder, newCancelResponseBuilder, newCashoutAckResponseBuilder, newCashoutResponseBuilder, newCasinoSessionsResponseBuilder, newDepositInformResponseBuilder, newErrorResponseBuilder, newExtSettlementAckResponseBuilder, newExtSettlementResponseBuilder, newTicketAckResponseBuilder, newTicketInformResponseBuilder, newTicketResponseBuilder, newWithdrawalInformResponseBuilder
-
Constructor Details
-
ExtSettlementAckResponse
public ExtSettlementAckResponse()
-
-
Method Details
-
newBuilder
Creates a new instance of the ExtSettlementAckResponse.Builder class.- Returns:
- A new instance of the ExtSettlementAckResponse.Builder class.
-
getCode
public int getCode()Gets the code of the response.- Returns:
- The code of the response.
-
setCode
public void setCode(int value) Sets the code of the response.- Parameters:
value
- The code of the response.
-
getSignature
Gets the signature of the response.- Returns:
- The signature of the response.
-
setSignature
Sets the signature of the response.- Parameters:
value
- The signature of the response.
-
getSettlementId
Gets the settlement ID of the response.- Returns:
- The settlement ID of the response.
-
setSettlementId
Sets the settlement ID of the response.- Parameters:
value
- The settlement ID of the response.
-
getMessage
Gets the message of the response.- Returns:
- The message of the response.
-
setMessage
Sets the message of the response.- Parameters:
value
- The message of the response.
-
getTicketId
Gets the ticket ID of the response.- Returns:
- The ticket ID of the response.
-
setTicketId
Sets the ticket ID of the response.- Parameters:
value
- The ticket ID of the response.
-
getStatus
Gets the acceptance status of the response.- Returns:
- The acceptance status of the response.
-
setStatus
Sets the acceptance status of the response.- Parameters:
value
- The acceptance status of the response.
-