Class CasinoSessionsResponse

java.lang.Object
com.sportradar.mbs.sdk.entities.response.ContentResponse
com.sportradar.mbs.sdk.entities.response.CasinoSessionsResponse

public class CasinoSessionsResponse extends ContentResponse
Represents a response containing casino sessions.
  • Constructor Details

    • CasinoSessionsResponse

      public CasinoSessionsResponse()
  • Method Details

    • newBuilder

      public static CasinoSessionsResponse.Builder newBuilder()
      Creates a new instance of the CasinoSessionsResponse.Builder class.
      Returns:
      A new instance of the CasinoSessionsResponse.Builder class.
    • getCode

      public int getCode()
      Gets the response code.
      Returns:
      The response code.
    • setCode

      public void setCode(int value)
      Sets the response code.
      Parameters:
      value - The response code to set.
    • getMessage

      public String getMessage()
      Gets the response message.
      Returns:
      The response message.
    • setMessage

      public void setMessage(String value)
      Sets the response message.
      Parameters:
      value - The response message to set.