Class BalanceChangeInformRequest
java.lang.Object
com.sportradar.mbs.sdk.entities.request.ContentRequest
com.sportradar.mbs.sdk.entities.request.BalanceChangeInformRequest
Represents a request to inform about a balance change.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a builder for the BalanceChangeInformRequest class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the amount.Gets the balance change ID.Gets the end customer.longGets the executed at UTC millis timestamp.Gets the balance change source.Gets the balance change status.Gets the wallet ID.Creates a new instance of the BalanceChangeInformRequest.Builder class.voidSets the amount.voidsetBalanceChangeId(String value) Sets the balance change ID.voidsetEndCustomer(EndCustomer value) Sets the end customer.voidsetExecutedAtUtc(long value) Sets the executed at UTC millis timestamp.voidsetSource(BalanceChangeSource value) Sets the balance change source.voidsetStatus(BalanceChangeStatus value) Sets the balance change status.voidsetWalletId(String value) Sets the wallet ID.Methods inherited from class com.sportradar.mbs.sdk.entities.request.ContentRequest
newBalanceChangeInformRequestBuilder, newCancelAckRequestBuilder, newCancelRequestBuilder, newCashoutAckRequestBuilder, newCashoutRequestBuilder, newCasinoSessionsRequestBuilder, newDepositInformRequestBuilder, newExtSettlementAckRequestBuilder, newExtSettlementRequestBuilder, newTicketAckRequestBuilder, newTicketInformRequestBuilder, newTicketRequestBuilder, newWithdrawalInformRequestBuilder
-
Constructor Details
-
BalanceChangeInformRequest
public BalanceChangeInformRequest()
-
-
Method Details
-
newBuilder
Creates a new instance of the BalanceChangeInformRequest.Builder class.- Returns:
- A new instance of the BalanceChangeInformRequest.Builder class.
-
getWalletId
Gets the wallet ID.- Returns:
- The wallet ID.
-
setWalletId
Sets the wallet ID.- Parameters:
value- The wallet ID.
-
getBalanceChangeId
Gets the balance change ID.- Returns:
- The balance change ID.
-
setBalanceChangeId
Sets the balance change ID.- Parameters:
value- The balance change ID.
-
getAmount
Gets the amount.- Returns:
- The amount.
-
setAmount
Sets the amount.- Parameters:
value- The amount.
-
getEndCustomer
Gets the end customer.- Returns:
- The end customer.
-
setEndCustomer
Sets the end customer.- Parameters:
value- The end customer.
-
getExecutedAtUtc
public long getExecutedAtUtc()Gets the executed at UTC millis timestamp.- Returns:
- The executed at UTC millis timestamp.
-
setExecutedAtUtc
public void setExecutedAtUtc(long value) Sets the executed at UTC millis timestamp.- Parameters:
value- The executed at UTC millis timestamp.
-
getSource
Gets the balance change source.- Returns:
- The balance change source.
-
setSource
Sets the balance change source.- Parameters:
value- The balance change source.
-
getStatus
Gets the balance change status.- Returns:
- The balance change status.
-
setStatus
Sets the balance change status.- Parameters:
value- The balance change status.
-