Class EndCustomer.Builder
java.lang.Object
com.sportradar.mbs.sdk.entities.common.EndCustomer.Builder
- Enclosing class:
EndCustomer
A builder class for creating instances of the
EndCustomer
class.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds and returns the instance of theEndCustomer
class.setConfidence
(BigDecimal value) Sets the confidence value of the end customer.Sets the ID of the end customer.
-
Method Details
-
build
Builds and returns the instance of theEndCustomer
class.- Returns:
- The instance of the
EndCustomer
class.
-
setConfidence
Sets the confidence value of the end customer.- Parameters:
value
- The confidence value to set.- Returns:
- The builder instance.
-
setId
Sets the ID of the end customer.- Parameters:
value
- The ID to set.- Returns:
- The builder instance.
-