Class EndCustomer.Builder

java.lang.Object
com.sportradar.mbs.sdk.entities.common.EndCustomer.Builder
Enclosing class:
EndCustomer

public static class EndCustomer.Builder extends Object
A builder class for creating instances of the EndCustomer class.
  • Method Details

    • build

      public EndCustomer build()
      Builds and returns the instance of the EndCustomer class.
      Returns:
      The instance of the EndCustomer class.
    • setConfidence

      public EndCustomer.Builder setConfidence(BigDecimal value)
      Sets the confidence value of the end customer.
      Parameters:
      value - The confidence value to set.
      Returns:
      The builder instance.
    • setId

      public EndCustomer.Builder setId(String value)
      Sets the ID of the end customer.
      Parameters:
      value - The ID to set.
      Returns:
      The builder instance.