Class CancelAckResponse
java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.CancelAckResponse
Represents a response for a cancellation acknowledgement.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for creating instances of CancelAckResponse. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the cancellation ID.intgetCode()Gets the code.Gets the message.Gets the signature.Gets the acceptance status.Gets the ticket ID.static CancelAckResponse.BuilderCreates a new instance of the CancelAckResponse.Builder class.voidsetCancellationId(String value) Sets the cancellation ID.voidsetCode(int value) Sets the code.voidsetMessage(String value) Sets the message.voidsetSignature(String value) Sets the signature.voidsetStatus(AcceptanceStatus value) Sets the acceptance status.voidsetTicketId(String value) Sets the ticket ID.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
- 
CancelAckResponse
public CancelAckResponse() 
 - 
 - 
Method Details
- 
newBuilder
Creates a new instance of the CancelAckResponse.Builder class.- Returns:
 - The new instance of the CancelAckResponse.Builder class.
 
 - 
getCode
public int getCode()Gets the code.- Returns:
 - The code.
 
 - 
setCode
public void setCode(int value) Sets the code.- Parameters:
 value- The code to set.
 - 
getSignature
Gets the signature.- Returns:
 - The signature.
 
 - 
setSignature
Sets the signature.- Parameters:
 value- The signature to set.
 - 
getCancellationId
Gets the cancellation ID.- Returns:
 - The cancellation ID.
 
 - 
setCancellationId
Sets the cancellation ID.- Parameters:
 value- The cancellation ID to set.
 - 
getMessage
Gets the message.- Returns:
 - The message.
 
 - 
setMessage
Sets the message.- Parameters:
 value- The message to set.
 - 
getTicketId
Gets the ticket ID.- Returns:
 - The ticket ID.
 
 - 
setTicketId
Sets the ticket ID.- Parameters:
 value- The ticket ID to set.
 - 
getStatus
Gets the acceptance status.- Returns:
 - The acceptance status.
 
 - 
setStatus
Sets the acceptance status.- Parameters:
 value- The acceptance status to set.
 
 -