Class EndCustomer

java.lang.Object
com.sportradar.mbs.sdk.entities.common.EndCustomer

public class EndCustomer extends Object
Represents an end customer.
  • Constructor Details

    • EndCustomer

      public EndCustomer()
  • Method Details

    • newBuilder

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

      public BigDecimal getConfidence()
      Gets the confidence value of the end customer.
      Returns:
      The confidence value of the end customer.
    • setConfidence

      public void setConfidence(BigDecimal value)
      Sets the confidence value of the end customer.
      Parameters:
      value - The confidence value to set.
    • getId

      public String getId()
      Gets the ID of the end customer.
      Returns:
      The ID of the end customer.
    • setId

      public void setId(String value)
      Sets the ID of the end customer.
      Parameters:
      value - The ID to set.